次の方法で共有


UniformInt64RangePartitionSchemeDescription コンストラクター

定義

オーバーロード

UniformInt64RangePartitionSchemeDescription()

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

UniformInt64RangePartitionSchemeDescription(Int32, String, String)

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

UniformInt64RangePartitionSchemeDescription()

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

public UniformInt64RangePartitionSchemeDescription ();
Public Sub New ()

適用対象

UniformInt64RangePartitionSchemeDescription(Int32, String, String)

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

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

パラメーター

count
Int32

パーティションの数。

lowKey
String

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

highKey
String

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

適用対象