ContainerPartitionKey コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ContainerPartitionKey() |
ContainerPartitionKey クラスの新しいインスタンスを初期化します。 |
ContainerPartitionKey(IList<String>, String, Nullable<Int32>, Nullable<Boolean>) |
ContainerPartitionKey クラスの新しいインスタンスを初期化します。 |
ContainerPartitionKey()
ContainerPartitionKey クラスの新しいインスタンスを初期化します。
public ContainerPartitionKey ();
Public Sub New ()
適用対象
ContainerPartitionKey(IList<String>, String, Nullable<Int32>, Nullable<Boolean>)
ContainerPartitionKey クラスの新しいインスタンスを初期化します。
public ContainerPartitionKey (System.Collections.Generic.IList<string> paths = default, string kind = default, int? version = default, bool? systemKey = default);
new Microsoft.Azure.Management.CosmosDB.Models.ContainerPartitionKey : System.Collections.Generic.IList<string> * string * Nullable<int> * Nullable<bool> -> Microsoft.Azure.Management.CosmosDB.Models.ContainerPartitionKey
Public Sub New (Optional paths As IList(Of String) = Nothing, Optional kind As String = Nothing, Optional version As Nullable(Of Integer) = Nothing, Optional systemKey As Nullable(Of Boolean) = Nothing)
パラメーター
- kind
- String
パーティション分割に使用されるアルゴリズムの種類を示します。 MultiHash の場合、コンテナーの作成では、複数のパーティション キー (最大 3 つ) がサポートされます。 使用できる値は、'Hash'、'Range'、'MultiHash' です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET