Uses of Class
com.microsoft.azure.management.cosmosdb.UniqueKeyPolicy
Packages that use UniqueKeyPolicy
Package
Description
This package contains the classes for CosmosDB.
-
Uses of UniqueKeyPolicy in com.microsoft.azure.management.cosmosdb
Methods in com.microsoft.azure.management.cosmosdb that return UniqueKeyPolicyModifier 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.Methods in com.microsoft.azure.management.cosmosdb with parameters of type UniqueKeyPolicyModifier 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.