UniformInt64RangePartitionSchemeDescription コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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' 間で分割する必要があるパーティション キー範囲の上限を示す文字列
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET