次の方法で共有


UniformInt64RangePartitionScheme(Int32, Int64, Int64) コンストラクター

定義

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)

パラメーター

count
Int32

パーティションの数。

lowKey
Int64

パーティション 'Count' 間で分割する必要があるパーティション キー範囲の下限

highKey
Int64

パーティション 'Count' 間で分割する必要があるパーティション キー範囲の上限

適用対象