ContainerProperties.UniqueKeyPolicy Property

Definition

Gets or sets the UniqueKeyPolicy that guarantees uniqueness of documents in container in the Azure Cosmos DB service.

[Newtonsoft.Json.JsonIgnore]
public Microsoft.Azure.Cosmos.UniqueKeyPolicy UniqueKeyPolicy { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.UniqueKeyPolicy : Microsoft.Azure.Cosmos.UniqueKeyPolicy with get, set
Public Property UniqueKeyPolicy As UniqueKeyPolicy

Property Value

Attributes
Newtonsoft.Json.JsonIgnoreAttribute

Applies to