PartitionKeyDefinitionVersion Enum

Definition

Partitioning version.

C#
public enum PartitionKeyDefinitionVersion
Inheritance
PartitionKeyDefinitionVersion

Fields

Name Value Description
V1 1

Hash partitioning scheme optimized for partition keys that are up to 100 bytes size.

V2 2

Enhanced version of hash partitioning scheme, which supports partition key up to 2KB size. This is the
preferred hash function for partition keys with high cardinality.

Applies to

Product Versies
Azure SDK for .NET Latest