Share via


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

Specifies how the service is partitioned.

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

Specifies how the service is partitioned.

partitionScheme: "UniformInt64Range"

Property Value

"UniformInt64Range"