SnapshotFields Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. data. appconfiguration. models. SnapshotFields
- com.
- com.
public final class SnapshotFields
extends ExpandableStringEnum<SnapshotFields>
Defines values for SnapshotFields.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Snapshot |
CREATED_AT
Populates the snapshot 'created' from the service. |
static final
Snapshot |
ETAG
Populates the snapshot `etag` from the service. |
static final
Snapshot |
EXPIRES_AT
Populates the snapshot 'expires' from the service. |
static final
Snapshot |
FILTERS
Populates the snapshot 'filters' from the service. |
static final
Snapshot |
ITEM_COUNT
Populates the snapshot 'items_count' from the service. |
static final
Snapshot |
NAME
Populates the snapshot 'name' from the service. |
static final
Snapshot |
RETENTION_PERIOD
Populates the snapshot 'retention_period' from the service. |
static final
Snapshot |
SIZE_IN_BYTES
Populates the snapshot 'size' from the service. |
static final
Snapshot |
SNAPSHOT_COMPOSITION
Populates the snapshot 'composition_type' from the service. |
static final
Snapshot |
STATUS
Populates the snapshot 'status' from the service. |
static final
Snapshot |
TAGS
Populates the snapshot `tags` from the service. |
Constructor Summary
Constructor | Description |
---|---|
SnapshotFields() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Snapshot |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Snapshot |
fromString(String name)
Creates or finds a Snapshot |
static
Collection<Snapshot |
values()
Gets known Snapshot |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CREATED_AT
public static final SnapshotFields CREATED_AT
Populates the snapshot 'created' from the service.
ETAG
public static final SnapshotFields ETAG
Populates the snapshot `etag` from the service.
EXPIRES_AT
public static final SnapshotFields EXPIRES_AT
Populates the snapshot 'expires' from the service.
FILTERS
public static final SnapshotFields FILTERS
Populates the snapshot 'filters' from the service.
ITEM_COUNT
public static final SnapshotFields ITEM_COUNT
Populates the snapshot 'items_count' from the service.
NAME
public static final SnapshotFields NAME
Populates the snapshot 'name' from the service.
RETENTION_PERIOD
public static final SnapshotFields RETENTION_PERIOD
Populates the snapshot 'retention_period' from the service.
SIZE_IN_BYTES
public static final SnapshotFields SIZE_IN_BYTES
Populates the snapshot 'size' from the service.
SNAPSHOT_COMPOSITION
public static final SnapshotFields SNAPSHOT_COMPOSITION
Populates the snapshot 'composition_type' from the service.
STATUS
public static final SnapshotFields STATUS
Populates the snapshot 'status' from the service.
TAGS
public static final SnapshotFields TAGS
Populates the snapshot `tags` from the service.
Constructor Details
SnapshotFields
@Deprecated
public SnapshotFields()
Deprecated
Creates a new instance of SnapshotFields value.
Method Details
fromString
public static SnapshotFields fromString(String name)
Creates or finds a SnapshotFields from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known SnapshotFields values.
Returns:
Applies to
Azure SDK for Java