Table of Contents

Enum PartitionKeyDefinitionVersion

Namespace
Microsoft.Azure.Documents
Assembly
Microsoft.Azure.Documents.Client.dll

Partitioning version.

public enum PartitionKeyDefinitionVersion
Extension Methods

Fields

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.