次の方法で共有


MongoDBCollectionGetPropertiesResource コンストラクター

定義

オーバーロード

MongoDBCollectionGetPropertiesResource()

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

MongoDBCollectionGetPropertiesResource(String, IDictionary<String,String>, IList<MongoIndex>, Nullable<Int32>, String, Nullable<Double>, String)

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

MongoDBCollectionGetPropertiesResource()

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

public MongoDBCollectionGetPropertiesResource ();
Public Sub New ()

適用対象

MongoDBCollectionGetPropertiesResource(String, IDictionary<String,String>, IList<MongoIndex>, Nullable<Int32>, String, Nullable<Double>, String)

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

public MongoDBCollectionGetPropertiesResource (string id, System.Collections.Generic.IDictionary<string,string> shardKey = default, System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.MongoIndex> indexes = default, int? analyticalStorageTtl = default, string _rid = default, double? _ts = default, string _etag = default);
new Microsoft.Azure.Management.CosmosDB.Models.MongoDBCollectionGetPropertiesResource : string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.MongoIndex> * Nullable<int> * string * Nullable<double> * string -> Microsoft.Azure.Management.CosmosDB.Models.MongoDBCollectionGetPropertiesResource
Public Sub New (id As String, Optional shardKey As IDictionary(Of String, String) = Nothing, Optional indexes As IList(Of MongoIndex) = Nothing, Optional analyticalStorageTtl As Nullable(Of Integer) = Nothing, Optional _rid As String = Nothing, Optional _ts As Nullable(Of Double) = Nothing, Optional _etag As String = Nothing)

パラメーター

id
String

Cosmos DB MongoDB コレクションの名前

shardKey
IDictionary<String,String>

要求に適用されるシャード キーのキーと値のペア。

indexes
IList<MongoIndex>

インデックス キーの一覧

analyticalStorageTtl
Nullable<Int32>

分析 TTL。

_rid
String

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

_ts
Nullable<Double>

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

_etag
String

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

適用対象