Uses of Class
com.microsoft.azure.management.cosmosdb.UniqueKeyPolicy
Package
Description
This package contains the classes for CosmosDB.
-
Uses of UniqueKeyPolicy in com.microsoft.azure.management.cosmosdb
Modifier and TypeMethodDescriptionGremlinGraphResource.uniqueKeyPolicy()
Get the unique key policy configuration for specifying uniqueness constraints on documents in the collection in the Azure Cosmos DB service.SqlContainerResource.uniqueKeyPolicy()
Get the unique key policy configuration for specifying uniqueness constraints on documents in the collection in the Azure Cosmos DB service.UniqueKeyPolicy.withUniqueKeys
(List<UniqueKey> uniqueKeys) Set list of unique keys on that enforces uniqueness constraint on documents in the collection in the Azure Cosmos DB service.Modifier and TypeMethodDescriptionGremlinGraphResource.withUniqueKeyPolicy
(UniqueKeyPolicy uniqueKeyPolicy) Set the unique key policy configuration for specifying uniqueness constraints on documents in the collection in the Azure Cosmos DB service.SqlContainerResource.withUniqueKeyPolicy
(UniqueKeyPolicy uniqueKeyPolicy) Set the unique key policy configuration for specifying uniqueness constraints on documents in the collection in the Azure Cosmos DB service.