UniformInt64RangePartitionScheme 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.servicefabricmanagedclusters.models._models_py3.Partition
UniformInt64RangePartitionScheme

Constructor

UniformInt64RangePartitionScheme(*, count: int, low_key: int, high_key: int, **kwargs)

Parameters

partition_scheme
str or <xref:service_fabric_managed_clusters_management_client.models.PartitionScheme>
Required

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

count
int
Required

Required. The number of partitions.

low_key
<xref:long>
Required

Required. The lower bound of the partition key range that should be split between the partition 'Count'.

high_key
<xref:long>
Required

Required. The upper bound of the partition key range that should be split between the partition 'Count'.