UniqueKeyPolicy.UniqueKeys 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.
Gets collection of UniqueKey that guarantee uniqueness of documents in collection in the Azure Cosmos DB service.
[Newtonsoft.Json.JsonProperty(PropertyName="uniqueKeys")]
public System.Collections.ObjectModel.Collection<Microsoft.Azure.Cosmos.UniqueKey> UniqueKeys { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="uniqueKeys")>]
member this.UniqueKeys : System.Collections.ObjectModel.Collection<Microsoft.Azure.Cosmos.UniqueKey>
Public ReadOnly Property UniqueKeys As Collection(Of UniqueKey)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute