| Package | Description |
|---|---|
| com.azure.resourcemanager.cosmos.models |
Package containing the data models for CosmosDBManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
UniqueKeyPolicy |
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.
|
UniqueKeyPolicy |
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 |
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.
|
| Modifier and Type | Method and Description |
|---|---|
GremlinGraphResource |
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.
|
SqlContainerResource |
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.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.