次の方法で共有


SqlContainerGetPropertiesResource コンストラクター

定義

オーバーロード

SqlContainerGetPropertiesResource()

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

SqlContainerGetPropertiesResource(String, IndexingPolicy, ContainerPartitionKey, Nullable<Int32>, UniqueKeyPolicy, ConflictResolutionPolicy, String, Object, String)

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

SqlContainerGetPropertiesResource()

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

public SqlContainerGetPropertiesResource ();
Public Sub New ()

適用対象

SqlContainerGetPropertiesResource(String, IndexingPolicy, ContainerPartitionKey, Nullable<Int32>, UniqueKeyPolicy, ConflictResolutionPolicy, String, Object, String)

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

public SqlContainerGetPropertiesResource (string id, Microsoft.Azure.Management.CosmosDB.Fluent.Models.IndexingPolicy indexingPolicy = default, Microsoft.Azure.Management.CosmosDB.Fluent.Models.ContainerPartitionKey partitionKey = default, int? defaultTtl = default, Microsoft.Azure.Management.CosmosDB.Fluent.Models.UniqueKeyPolicy uniqueKeyPolicy = default, Microsoft.Azure.Management.CosmosDB.Fluent.Models.ConflictResolutionPolicy conflictResolutionPolicy = default, string _rid = default, object _ts = default, string _etag = default);
new Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerGetPropertiesResource : string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.IndexingPolicy * Microsoft.Azure.Management.CosmosDB.Fluent.Models.ContainerPartitionKey * Nullable<int> * Microsoft.Azure.Management.CosmosDB.Fluent.Models.UniqueKeyPolicy * Microsoft.Azure.Management.CosmosDB.Fluent.Models.ConflictResolutionPolicy * string * obj * string -> Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerGetPropertiesResource
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 _rid As String = Nothing, Optional _ts As Object = Nothing, Optional _etag As String = Nothing)

パラメーター

id
String

Cosmos DB SQL コンテナーの名前

indexingPolicy
IndexingPolicy

インデックス作成ポリシーの構成。 既定では、コンテナー内のすべてのドキュメント パスに対してインデックス作成が自動的に行われます

partitionKey
ContainerPartitionKey

データを複数のパーティションにパーティション分割するために使用するパーティション キーの構成

defaultTtl
Nullable<Int32>

既定の有効期間

uniqueKeyPolicy
UniqueKeyPolicy

Azure Cosmos DB サービスのコレクション内のドキュメントに対する一意性制約を指定するための一意キー ポリシー構成。

conflictResolutionPolicy
ConflictResolutionPolicy

コンテナーの競合解決ポリシー。

_rid
String

システムによって生成されたプロパティ。 一意識別子。

_ts
Object

リソースの最後に更新されたタイムスタンプを示すシステム生成プロパティ。

_etag
String

オプティミスティック コンカレンシー制御に必要なリソース etag を表すシステム生成プロパティ。

適用対象