UniqueKeyPolicy Class

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

Inheritance
azure.mgmt.cosmosdb._serialization.Model
UniqueKeyPolicy

Constructor

UniqueKeyPolicy(*, unique_keys: List[_models.UniqueKey] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
unique_keys

List of unique keys on that enforces uniqueness constraint on documents in the collection in the Azure Cosmos DB service.

Variables

Name Description
unique_keys

List of unique keys on that enforces uniqueness constraint on documents in the collection in the Azure Cosmos DB service.