Package | Description |
---|---|
com.microsoft.azure.management.cosmosdb |
This package contains the classes for CosmosDB.
|
Modifier and Type | Method and Description |
---|---|
UniqueKeyPolicy |
SqlContainerResource.uniqueKeyPolicy()
Get the unique key policy configuration for specifying uniqueness constraints on documents in the collection in the Azure Cosmos DB service.
|
UniqueKeyPolicy |
GremlinGraphResource.uniqueKeyPolicy()
Get 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 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 |
---|---|
SqlContainerResource |
SqlContainerResource.withUniqueKeyPolicy(UniqueKeyPolicy uniqueKeyPolicy)
Set the unique key policy configuration for specifying uniqueness constraints on documents in the collection in the Azure Cosmos DB service.
|
GremlinGraphResource |
GremlinGraphResource.withUniqueKeyPolicy(UniqueKeyPolicy uniqueKeyPolicy)
Set the unique key policy configuration for specifying uniqueness constraints on documents in the collection in the Azure Cosmos DB service.
|
Copyright © 2019. All rights reserved.