UniqueKeyPolicy Class

Definition

Represents the unique key policy configuration for specifying uniqueness constraints on documents in the collection in the Azure Cosmos DB service.

public sealed class UniqueKeyPolicy
type UniqueKeyPolicy = class
Public NotInheritable Class UniqueKeyPolicy
Inheritance
UniqueKeyPolicy

Remarks

Unique key policies add a layer of data integrity to an Azure Cosmos container. They cannot be modified once the container is created.

Refer to for additional information on how to specify unique key policies.

Constructors

UniqueKeyPolicy()

Properties

UniqueKeys

Gets collection of UniqueKey that guarantee uniqueness of documents in collection in the Azure Cosmos DB service.

Applies to

See also