Class SnapshotFields
java.lang.Object
com.azure.core.util.ExpandableStringEnum<SnapshotFields>
com.azure.data.appconfiguration.models.SnapshotFields
Defines values for SnapshotFields.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SnapshotFieldsPopulates the snapshot 'created' from the service.static final SnapshotFieldsPopulates the snapshot `etag` from the service.static final SnapshotFieldsPopulates the snapshot 'expires' from the service.static final SnapshotFieldsPopulates the snapshot 'filters' from the service.static final SnapshotFieldsPopulates the snapshot 'items_count' from the service.static final SnapshotFieldsPopulates the snapshot 'name' from the service.static final SnapshotFieldsPopulates the snapshot 'retention_period' from the service.static final SnapshotFieldsPopulates the snapshot 'size' from the service.static final SnapshotFieldsPopulates the snapshot 'composition_type' from the service.static final SnapshotFieldsPopulates the snapshot 'status' from the service.static final SnapshotFieldsPopulates the snapshot `tags` from the service. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SnapshotFieldsfromString(String name) Creates or finds a SnapshotFields from its string representation.static Collection<SnapshotFields>values()Gets known SnapshotFields values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NAME
Populates the snapshot 'name' from the service. -
STATUS
Populates the snapshot 'status' from the service. -
FILTERS
Populates the snapshot 'filters' from the service. -
SNAPSHOT_COMPOSITION
Populates the snapshot 'composition_type' from the service. -
CREATED_AT
Populates the snapshot 'created' from the service. -
EXPIRES_AT
Populates the snapshot 'expires' from the service. -
RETENTION_PERIOD
Populates the snapshot 'retention_period' from the service. -
ITEM_COUNT
Populates the snapshot 'items_count' from the service. -
SIZE_IN_BYTES
Populates the snapshot 'size' from the service. -
ETAG
Populates the snapshot `etag` from the service. -
TAGS
Populates the snapshot `tags` from the service.
-
-
Constructor Details
-
SnapshotFields
Deprecated.Use thefromString(String)factory method.Creates a new instance of SnapshotFields value.
-
-
Method Details
-
fromString
Creates or finds a SnapshotFields from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding SnapshotFields.
-
values
Gets known SnapshotFields values.- Returns:
- known SnapshotFields values.
-
fromString(String)factory method.