PartitionKind Enum
- java.
lang. Object - java.
lang. Enum<PartitionKind> - com.
microsoft. azure. cosmosdb. PartitionKind
- com.
- java.
public enum PartitionKind
Specifies the partition scheme for an multiple-partitioned collection in the Azure Cosmos DB database service.
Fields
Hash |
The Partition of a document is calculated based on the hash value of the PartitionKey. |
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Java