UniformInt64RangePartitionScheme interface
Describes a partitioning scheme where an integer range is allocated evenly across a number of partitions.
- Extends
Properties
count | The number of partitions. |
high |
The upper bound of the partition key range that should be split between the partition ‘Count’ |
low |
The lower bound of the partition key range that should be split between the partition ‘Count’ |
partition |
Polymorphic discriminator, which specifies the different types this object can be |
Property Details
count
The number of partitions.
count: number
Property Value
number
highKey
The upper bound of the partition key range that should be split between the partition ‘Count’
highKey: number
Property Value
number
lowKey
The lower bound of the partition key range that should be split between the partition ‘Count’
lowKey: number
Property Value
number
partitionScheme
Polymorphic discriminator, which specifies the different types this object can be
partitionScheme: "UniformInt64Range"
Property Value
"UniformInt64Range"
Azure SDK for JavaScript