Freigeben über


IWithShardKey<ParentT>.WithShardKeys Methode

Definition

Fügt alle Shardschlüssel an aktuelle Shardschlüssel an.

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)

Parameter

shardKeys
IDictionary<String,String>

Die Shardschlüssel müssen angefügt werden.

Gibt zurück

Die nächste Phase der Definition.

Gilt für: