UniformInt64RangePartitionSchemeDescription

Describes a partitioning scheme where an integer range is allocated evenly across a number of partitions.

Properties

Name Type Required
Count integer Yes
LowKey string Yes
HighKey string Yes

Count

Type: integer
Required: Yes

The number of partitions.


LowKey

Type: string
Required: Yes

String indicating the lower bound of the partition key range that should be split between the partitions.


HighKey

Type: string
Required: Yes

String indicating the upper bound of the partition key range that should be split between the partitions.