次の方法で共有


IWithShardKey<ParentT>.WithShardKeys メソッド

定義

すべてのシャード キーを現在のシャード キーに追加します。

public Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Definition.IWithAttach<ParentT> WithShardKeys (System.Collections.Generic.IDictionary<string,string> shardKeys);
abstract member WithShardKeys : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Definition.IWithAttach<'ParentT>
Public Function WithShardKeys (shardKeys As IDictionary(Of String, String)) As IWithAttach(Of ParentT)

パラメーター

shardKeys
IDictionary<String,String>

シャード キーを追加する必要があります。

戻り値

定義の次のステージ。

適用対象