Share via


UniformInt64RangePartitionScheme(Int32, Int64, Int64) Constructor

Definition

Initializes a new instance of UniformInt64RangePartitionScheme.

public UniformInt64RangePartitionScheme (int count, long lowKey, long highKey);
new Azure.ResourceManager.ServiceFabricManagedClusters.Models.UniformInt64RangePartitionScheme : int * int64 * int64 -> Azure.ResourceManager.ServiceFabricManagedClusters.Models.UniformInt64RangePartitionScheme
Public Sub New (count As Integer, lowKey As Long, highKey As Long)

Parameters

count
Int32

The number of partitions.

lowKey
Int64

The lower bound of the partition key range that should be split between the partition ‘Count’

highKey
Int64

The upper bound of the partition key range that should be split between the partition ‘Count’

Applies to