次の方法で共有


UniformInt64RangePartitionSchemeDescription(Int32, String, String) コンストラクター

定義

UniformInt64RangePartitionSchemeDescription の新しいインスタンスを初期化します。

public UniformInt64RangePartitionSchemeDescription (int count, string lowKey, string highKey);
new Azure.ResourceManager.ServiceFabric.Models.UniformInt64RangePartitionSchemeDescription : int * string * string -> Azure.ResourceManager.ServiceFabric.Models.UniformInt64RangePartitionSchemeDescription
Public Sub New (count As Integer, lowKey As String, highKey As String)

パラメーター

count
Int32

パーティションの数。

lowKey
String

パーティション 'count' 間で分割する必要があるパーティション キー範囲の下限を示す文字列

highKey
String

パーティション 'count' の間で分割する必要があるパーティション キー範囲の上限を示す文字列

例外

lowKey または highKey が null です。

適用対象