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.

highKey

The upper bound of the partition key range that should be split between the partition ‘Count’

lowKey

The lower bound of the partition key range that should be split between the partition ‘Count’

partitionScheme

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"