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.PartitionSchemeDescriptionUniformInt64RangePartitionSchemeDescription
Constructor
UniformInt64RangePartitionSchemeDescription(*, count: int, low_key: str, high_key: str, **kwargs)
Parameters
- 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.
Feedback
Submit and view feedback for