IWithShardKey<ParentT>.WithShardKey Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
WithShardKey(String) |
Spécifie une clé de partition avec le type de partition par défaut « Hash ». |
WithShardKey(String, String) |
Spécifie une clé de partition. |
WithShardKey(String)
Spécifie une clé de partition avec le type de partition par défaut « Hash ».
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)
Paramètres
- shardKey
- String
Clé de partition.
Retours
Étape suivante de la définition.
S’applique à
WithShardKey(String, String)
Spécifie une clé de partition.
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)
Paramètres
- shardKey
- String
Clé de partition.
- partitionKind
- String
Le type de partition prend uniquement en charge le type de partition « Hash » dans api-version 2019-08-01.
Retours
Étape suivante de la définition.
S’applique à
Azure SDK for .NET