Compartilhar via


UniformInt64RangePartitionScheme(Int32, Int64, Int64) Construtor

Definição

Inicializa uma nova instância de 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)

Parâmetros

count
Int32

O número de partições.

lowKey
Int64

O limite inferior do intervalo de chaves de partição que deve ser dividido entre a partição 'Count'

highKey
Int64

O limite superior do intervalo de chaves de partição que deve ser dividido entre a partição 'Count'

Aplica-se a