Uses of Class
com.microsoft.azure.management.cosmosdb.UniqueKeyPolicy
-
-
Uses of UniqueKeyPolicy in com.microsoft.azure.management.cosmosdb
Methods in com.microsoft.azure.management.cosmosdb that return UniqueKeyPolicy Modifier and Type Method Description UniqueKeyPolicyContainerResource. uniqueKeyPolicy()Get the unique key policy configuration for specifying uniqueness constraints on documents in the collection in the Azure Cosmos DB service.UniqueKeyPolicyUniqueKeyPolicy. 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 UniqueKeyPolicy Modifier and Type Method Description ContainerResourceContainerResource. withUniqueKeyPolicy(UniqueKeyPolicy uniqueKeyPolicy)Set the unique key policy configuration for specifying uniqueness constraints on documents in the collection in the Azure Cosmos DB service.
-