SnapshotComposition Enum
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.
- Inheritance
-
builtins.strSnapshotCompositionSnapshotComposition
Constructor
SnapshotComposition(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)
Fields
KEY |
KEY_LABEL |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python