public class UniqueKey extends JsonSerializable
UniqueKeyPolicy
Constructor and Description |
---|
UniqueKey() |
Modifier and Type | Method and Description |
---|---|
Collection<String> |
paths()
Gets the paths, a set of which must be unique for each document in the Azure Cosmos DB service.
|
UniqueKey |
paths(List<String> paths)
Sets the paths, a set of which must be unique for each document in the Azure Cosmos DB service.
|
get, getBoolean, getCollection, getDouble, getInt, getList, getLogger, getLong, getMap, getObject, getObjectByPath, getString, has, toJson, toJson, toObject, toString
public Collection<String> paths()
public UniqueKey paths(List<String> paths)
paths
- the unique paths.Copyright © 2019. All rights reserved.