Delen via


PartitionKind Enum

  • java.lang.Object
    • java.lang.Enum<PartitionKind>
      • com.microsoft.azure.cosmosdb.PartitionKind

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