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.mgmt.servicefabric.models._models_py3.PartitionSchemeDescription
UniformInt64RangePartitionSchemeDescription

Constructor

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

Parameters

partition_scheme
str or PartitionScheme
Required

Required. Specifies how the service is partitioned.Constant filled by server. Possible values include: "Invalid", "Singleton", "UniformInt64Range", "Named".

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 partition 'count'.

high_key
str
Required

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