SnapshotComposition Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. data. appconfiguration. models. SnapshotComposition
- com.
- com.
public final class SnapshotComposition
extends ExpandableStringEnum<SnapshotComposition>
The composition type describes how the key-values within the snapshot are composed. The 'key' composition type ensures there are no two key-values containing the same key. The 'key_label' composition type ensures there are no two key-values containing the same key and label.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Snapshot |
KEY
Static value key for Snapshot |
static final
Snapshot |
KEY_LABEL
Static value key_label for Snapshot |
Constructor Summary
Constructor | Description |
---|---|
SnapshotComposition() |
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
KEY
public static final SnapshotComposition KEY
Static value key for SnapshotComposition.
KEY_LABEL
public static final SnapshotComposition KEY_LABEL
Static value key_label for SnapshotComposition.
Constructor Details
SnapshotComposition
@Deprecated
public SnapshotComposition()
Deprecated
Creates a new instance of SnapshotComposition value.
Method Details
fromString
public static SnapshotComposition fromString(String name)
Creates or finds a SnapshotComposition from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known SnapshotComposition values.
Returns:
Applies to
Azure SDK for Java