Uses of Class
com.microsoft.azure.management.cosmosdb.UniqueKey
-
-
Uses of UniqueKey in com.microsoft.azure.management.cosmosdb
Methods in com.microsoft.azure.management.cosmosdb that return UniqueKey Modifier and Type Method Description UniqueKeyUniqueKey. withPaths(List<String> paths)Set list of paths must be unique for each document in the Azure Cosmos DB service.Methods in com.microsoft.azure.management.cosmosdb that return types with arguments of type UniqueKey Modifier and Type Method Description List<UniqueKey>UniqueKeyPolicy. uniqueKeys()Get list of unique keys on that enforces uniqueness constraint on documents in the collection in the Azure Cosmos DB service.Method parameters in com.microsoft.azure.management.cosmosdb with type arguments of type UniqueKey Modifier and Type Method Description 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.
-