UniformInt64RangePartitionSchemeDescription Class

Describes a partitioning scheme where an integer range is allocated evenly across a number of partitions.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.servicefabric.models._models_py3.PartitionSchemeDescription
UniformInt64RangePartitionSchemeDescription

Constructor

UniformInt64RangePartitionSchemeDescription(*, count: int, low_key: str, high_key: str, **kwargs)

Parameters

partition_scheme
str
Required

Required. Constant filled by server.

count
int
Required

Required. The number of partitions.

low_key
str
Required

Required. String indicating the lower bound of the partition key range that should be split between the partitions.

high_key
str
Required

Required. String indicating the upper bound of the partition key range that should be split between the partitions.