PartitionKind 枚举
定义
Specifies the partition scheme for an multiple-partitioned collection in the Azure Cosmos DB database service.
public enum PartitionKind
- 继承
-
java.lang.Objectjava.lang.Enum<PartitionKind>PartitionKind
字段
Hash | The Partition of a document is calculated based on the hash value of the PartitionKey. |