SnapshotFields Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The SnapshotFields.
public readonly struct SnapshotFields : IEquatable<Azure.Data.AppConfiguration.SnapshotFields>
type SnapshotFields = struct
Public Structure SnapshotFields
Implements IEquatable(Of SnapshotFields)
- Inheritance
-
SnapshotFields
- Implements
Constructors
SnapshotFields(String) |
Initializes a new instance of SnapshotFields. |
Properties
CreatedOn |
created. |
ETag |
etag. |
ExpiresOn |
expires. |
Filters |
filters. |
ItemCount |
items_count. |
Name |
name. |
RetentionPeriod |
retention_period. |
SizeInBytes |
size. |
SnapshotComposition |
composition_type. |
Status |
status. |
Tags |
tags. |
Methods
Equals(SnapshotFields) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(SnapshotFields, SnapshotFields) |
Determines if two SnapshotFields values are the same. |
Implicit(String to SnapshotFields) |
Converts a string to a SnapshotFields. |
Inequality(SnapshotFields, SnapshotFields) |
Determines if two SnapshotFields values are not the same. |
Applies to
Azure SDK for .NET