ConfigurationSnapshot.SnapshotComposition Property
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 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.
public Azure.Data.AppConfiguration.SnapshotComposition? SnapshotComposition { get; set; }
member this.SnapshotComposition : Nullable<Azure.Data.AppConfiguration.SnapshotComposition> with get, set
Public Property SnapshotComposition As Nullable(Of SnapshotComposition)
Property Value
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET