Uses of Class
com.azure.cosmos.models.UniqueKey
Packages that use UniqueKey
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of UniqueKey in com.azure.cosmos.models
Methods in com.azure.cosmos.models that return UniqueKeyModifier and TypeMethodDescriptionSets the paths, a set of which must be unique for each item in the Azure Cosmos DB service.Methods in com.azure.cosmos.models that return types with arguments of type UniqueKeyModifier and TypeMethodDescriptionUniqueKeyPolicy.getUniqueKeys()
Gets or sets container ofUniqueKey
that guarantee uniqueness of items in container in the Azure Cosmos DB service.Method parameters in com.azure.cosmos.models with type arguments of type UniqueKeyModifier and TypeMethodDescriptionUniqueKeyPolicy.setUniqueKeys
(List<UniqueKey> uniqueKeys) Unique keys unique key policy.