UniformInt64RangePartitionSchemeDescription 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

String indicating the upper bound of the partition key range that should be split between the partition ‘count’

lowKey

String indicating 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

String indicating the upper bound of the partition key range that should be split between the partition ‘count’

highKey: string

Property Value

string

lowKey

String indicating the lower bound of the partition key range that should be split between the partition ‘count’

lowKey: string

Property Value

string

partitionScheme

Polymorphic discriminator, which specifies the different types this object can be

partitionScheme: "UniformInt64Range"

Property Value

"UniformInt64Range"