Class UniqueKey
- java.lang.Object
-
- com.microsoft.azure.management.cosmosdb.UniqueKey
-
public class UniqueKey extends Object
The unique key on that enforces uniqueness constraint on documents in the collection in the Azure Cosmos DB service.
-
-
Constructor Summary
Constructors Constructor Description UniqueKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>paths()Get list of paths must be unique for each document in the Azure Cosmos DB service.UniqueKeywithPaths(List<String> paths)Set list of paths must be unique for each document in the Azure Cosmos DB service.
-