UniqueKeyPolicy Class
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.
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. |