SqlContainerResource コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
SqlContainerResource() |
SqlContainerResource クラスの新しいインスタンスを初期化します。 |
SqlContainerResource(String, IndexingPolicy, ContainerPartitionKey, Nullable<Int32>, UniqueKeyPolicy, ConflictResolutionPolicy, Nullable<Int64>) |
SqlContainerResource クラスの新しいインスタンスを初期化します。 |
SqlContainerResource()
SqlContainerResource クラスの新しいインスタンスを初期化します。
public SqlContainerResource ();
Public Sub New ()
適用対象
SqlContainerResource(String, IndexingPolicy, ContainerPartitionKey, Nullable<Int32>, UniqueKeyPolicy, ConflictResolutionPolicy, Nullable<Int64>)
SqlContainerResource クラスの新しいインスタンスを初期化します。
public SqlContainerResource (string id, Microsoft.Azure.Management.CosmosDB.Models.IndexingPolicy indexingPolicy = default, Microsoft.Azure.Management.CosmosDB.Models.ContainerPartitionKey partitionKey = default, int? defaultTtl = default, Microsoft.Azure.Management.CosmosDB.Models.UniqueKeyPolicy uniqueKeyPolicy = default, Microsoft.Azure.Management.CosmosDB.Models.ConflictResolutionPolicy conflictResolutionPolicy = default, long? analyticalStorageTtl = default);
new Microsoft.Azure.Management.CosmosDB.Models.SqlContainerResource : string * Microsoft.Azure.Management.CosmosDB.Models.IndexingPolicy * Microsoft.Azure.Management.CosmosDB.Models.ContainerPartitionKey * Nullable<int> * Microsoft.Azure.Management.CosmosDB.Models.UniqueKeyPolicy * Microsoft.Azure.Management.CosmosDB.Models.ConflictResolutionPolicy * Nullable<int64> -> Microsoft.Azure.Management.CosmosDB.Models.SqlContainerResource
Public Sub New (id As String, Optional indexingPolicy As IndexingPolicy = Nothing, Optional partitionKey As ContainerPartitionKey = Nothing, Optional defaultTtl As Nullable(Of Integer) = Nothing, Optional uniqueKeyPolicy As UniqueKeyPolicy = Nothing, Optional conflictResolutionPolicy As ConflictResolutionPolicy = Nothing, Optional analyticalStorageTtl As Nullable(Of Long) = Nothing)
パラメーター
- id
- String
Cosmos DB SQL コンテナーの名前
- indexingPolicy
- IndexingPolicy
インデックス作成ポリシーの構成。 既定では、コンテナー内のすべてのドキュメント パスのインデックス作成は自動的に行われます
- partitionKey
- ContainerPartitionKey
複数のパーティションにデータをパーティション分割するために使用するパーティション キーの構成
- uniqueKeyPolicy
- UniqueKeyPolicy
Azure Cosmos DB サービスのコレクション内のドキュメントに対する一意性制約を指定するための一意キー ポリシー構成。
- conflictResolutionPolicy
- ConflictResolutionPolicy
コンテナーの競合解決ポリシー。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET