Uses of Class
com.azure.resourcemanager.cosmos.models.UniqueKey
Packages that use UniqueKey
Package
Description
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 UniqueKeyModifier and TypeMethodDescriptionstatic UniqueKey
UniqueKey.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of UniqueKey from the JsonReader.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 UniqueKeyModifier and TypeMethodDescriptionUniqueKeyPolicy.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 UniqueKeyModifier and TypeMethodDescriptionUniqueKeyPolicy.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.