Package | Description |
---|---|
com.microsoft.azure.management.cosmosdb |
This package contains the classes for CosmosDB.
|
Modifier and Type | Method and Description |
---|---|
UniqueKey |
UniqueKey.withPaths(List<String> paths)
Set list of paths must be unique for each document in the Azure Cosmos DB service.
|
Modifier and Type | Method and Description |
---|---|
List<UniqueKey> |
UniqueKeyPolicy.uniqueKeys()
Get 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 |
---|---|
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.
|
Copyright © 2019. All rights reserved.