UniformInt64RangePartitionSchemeDescription model
Describes a partitioning scheme where an integer range is allocated evenly across a number of partitions.
Properties
Name | Type | Required |
---|---|---|
PartitionScheme | string | Yes |
Count | integer | Yes |
LowKey | string | Yes |
HighKey | string | Yes |
PartitionScheme
Type: string
Required: Yes
A discriminator property. Its value must be 'UniformInt64Range' for objects of type 'UniformInt64RangePartitionSchemeDescription'.
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 partition ‘Count’
HighKey
Type: string
Required: Yes
String indicating the upper bound of the partition key range that
should be split between the partition ‘Count’