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