Uses of Class
com.azure.resourcemanager.cosmos.models.UniqueKey
-
Packages that use UniqueKey Package Description com.azure.resourcemanager.cosmos.models Package containing the data models for CosmosDBManagementClient. -
-
Uses of UniqueKey in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return UniqueKey Modifier and Type Method Description UniqueKeyUniqueKey. withPaths(List<String> paths)Set the paths property: List of paths must be unique for each document in the Azure Cosmos DB service.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type UniqueKey Modifier and Type Method Description List<UniqueKey>UniqueKeyPolicy. uniqueKeys()Get the uniqueKeys property: List of unique keys on that enforces uniqueness constraint on documents in the collection in the Azure Cosmos DB service.Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type UniqueKey Modifier and Type Method Description UniqueKeyPolicyUniqueKeyPolicy. withUniqueKeys(List<UniqueKey> uniqueKeys)Set the uniqueKeys property: List of unique keys on that enforces uniqueness constraint on documents in the collection in the Azure Cosmos DB service.
-