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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java