Uses of Class
com.microsoft.azure.management.cosmosdb.UniqueKey
Packages that use UniqueKey
Package
Description
This package contains the classes for CosmosDB.
-
Uses of UniqueKey in com.microsoft.azure.management.cosmosdb
Methods in com.microsoft.azure.management.cosmosdb that return UniqueKeyModifier and TypeMethodDescriptionSet 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 UniqueKeyModifier and TypeMethodDescriptionUniqueKeyPolicy.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 UniqueKeyModifier and TypeMethodDescriptionUniqueKeyPolicy.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.