MongoDBCollectionResource コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
MongoDBCollectionResource() |
MongoDBCollectionResource クラスの新しいインスタンスを初期化します。 |
MongoDBCollectionResource(String, IDictionary<String,String>, IList<MongoIndex>, Nullable<Int32>) |
MongoDBCollectionResource クラスの新しいインスタンスを初期化します。 |
MongoDBCollectionResource()
MongoDBCollectionResource クラスの新しいインスタンスを初期化します。
public MongoDBCollectionResource ();
Public Sub New ()
適用対象
MongoDBCollectionResource(String, IDictionary<String,String>, IList<MongoIndex>, Nullable<Int32>)
MongoDBCollectionResource クラスの新しいインスタンスを初期化します。
public MongoDBCollectionResource (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);
new Microsoft.Azure.Management.CosmosDB.Models.MongoDBCollectionResource : string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.MongoIndex> * Nullable<int> -> Microsoft.Azure.Management.CosmosDB.Models.MongoDBCollectionResource
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)
パラメーター
- id
- String
Cosmos DB MongoDB コレクションの名前
- shardKey
- IDictionary<String,String>
要求に適用するシャード キーのキーと値のペア。
- indexes
- IList<MongoIndex>
インデックス キーの一覧
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET