Uses of Class
com.azure.data.cosmos.UniqueKey
-
Packages that use UniqueKey Package Description com.azure.data.cosmos This package provides Rx interfaces for interacting with Azure Cosmos DB. -
-
Uses of UniqueKey in com.azure.data.cosmos
Methods in com.azure.data.cosmos that return UniqueKey Modifier and Type Method Description UniqueKey
UniqueKey. paths(List<String> paths)
Sets the paths, a set of which must be unique for each document in the Azure Cosmos DB service.Methods in com.azure.data.cosmos that return types with arguments of type UniqueKey Modifier and Type Method Description Collection<UniqueKey>
UniqueKeyPolicy. uniqueKeys()
Gets or sets collection ofUniqueKey
that guarantee uniqueness of documents in collection in the Azure Cosmos DB service.Method parameters in com.azure.data.cosmos with type arguments of type UniqueKey Modifier and Type Method Description UniqueKeyPolicy
UniqueKeyPolicy. uniqueKeys(List<UniqueKey> uniqueKeys)
-