Uses of Class
com.azure.resourcemanager.cosmos.models.UniqueKeyPolicy
Packages that use UniqueKeyPolicy
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of UniqueKeyPolicy in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return UniqueKeyPolicyModifier and TypeMethodDescriptionstatic UniqueKeyPolicy
UniqueKeyPolicy.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of UniqueKeyPolicy from the JsonReader.GremlinGraphResource.uniqueKeyPolicy()
Get the uniqueKeyPolicy property: The unique key policy configuration for specifying uniqueness constraints on documents in the collection in the Azure Cosmos DB service.SqlContainerResource.uniqueKeyPolicy()
Get the uniqueKeyPolicy property: The unique key policy configuration for specifying uniqueness constraints on documents in the collection in the Azure Cosmos DB service.UniqueKeyPolicy.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.Methods in com.azure.resourcemanager.cosmos.models with parameters of type UniqueKeyPolicyModifier and TypeMethodDescriptionGremlinGraphGetPropertiesResource.withUniqueKeyPolicy
(UniqueKeyPolicy uniqueKeyPolicy) Set the uniqueKeyPolicy property: The unique key policy configuration for specifying uniqueness constraints on documents in the collection in the Azure Cosmos DB service.GremlinGraphResource.withUniqueKeyPolicy
(UniqueKeyPolicy uniqueKeyPolicy) Set the uniqueKeyPolicy property: The unique key policy configuration for specifying uniqueness constraints on documents in the collection in the Azure Cosmos DB service.RestorableSqlContainerPropertiesResourceContainer.withUniqueKeyPolicy
(UniqueKeyPolicy uniqueKeyPolicy) Set the uniqueKeyPolicy property: The unique key policy configuration for specifying uniqueness constraints on documents in the collection in the Azure Cosmos DB service.SqlContainerGetPropertiesResource.withUniqueKeyPolicy
(UniqueKeyPolicy uniqueKeyPolicy) Set the uniqueKeyPolicy property: The unique key policy configuration for specifying uniqueness constraints on documents in the collection in the Azure Cosmos DB service.SqlContainerResource.withUniqueKeyPolicy
(UniqueKeyPolicy uniqueKeyPolicy) Set the uniqueKeyPolicy property: The unique key policy configuration for specifying uniqueness constraints on documents in the collection in the Azure Cosmos DB service.