Freigeben über


IWithShardKey<ParentT>.WithShardKey Methode

Definition

Überlädt

WithShardKey(String)

Gibt einen Shardschlüssel mit der Standardpartitionsart "Hash" an.

WithShardKey(String, String)

Gibt einen Shardschlüssel an.

WithShardKey(String)

Gibt einen Shardschlüssel mit der Standardpartitionsart "Hash" an.

public Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Definition.IWithAttach<ParentT> WithShardKey (string shardKey);
abstract member WithShardKey : string -> Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Definition.IWithAttach<'ParentT>
Public Function WithShardKey (shardKey As String) As IWithAttach(Of ParentT)

Parameter

shardKey
String

Der Shardschlüssel.

Gibt zurück

Die nächste Phase der Definition.

Gilt für:

WithShardKey(String, String)

Gibt einen Shardschlüssel an.

public Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Definition.IWithAttach<ParentT> WithShardKey (string shardKey, string partitionKind);
abstract member WithShardKey : string * string -> Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Definition.IWithAttach<'ParentT>
Public Function WithShardKey (shardKey As String, partitionKind As String) As IWithAttach(Of ParentT)

Parameter

shardKey
String

Der Shardschlüssel.

partitionKind
String

Die Partitionsart unterstützt nur die Partitionsart "Hash" in api-version 2019-08-01.

Gibt zurück

Die nächste Phase der Definition.

Gilt für: