public class UniqueKey extends Object
| Constructor and Description |
|---|
UniqueKey() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
paths()
Get list of paths must be unique for each document in the Azure Cosmos DB service.
|
UniqueKey |
withPaths(List<String> paths)
Set list of paths must be unique for each document in the Azure Cosmos DB service.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/