Modifier and Type | Method and Description |
---|---|
UniqueKey |
UniqueKey.setPaths(List<String> paths)
Sets the paths, a set of which must be unique for each document in the Azure Cosmos DB service.
|
Modifier and Type | Method and Description |
---|---|
Collection<UniqueKey> |
UniqueKeyPolicy.uniqueKeys()
Gets or sets collection of
UniqueKey that guarantee uniqueness of documents in collection
in the Azure Cosmos DB service. |
Modifier and Type | Method and Description |
---|---|
UniqueKeyPolicy |
UniqueKeyPolicy.uniqueKeys(List<UniqueKey> uniqueKeys)
Unique keys unique key policy.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.