你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithShardKey.WithShardKey 方法

定义

重载

WithShardKey(String)

指定具有默认分区类型“Hash”的分片键。

WithShardKey(String, String)

指定分片键。

WithShardKey(String)

指定具有默认分区类型“Hash”的分片键。

public Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Update.IUpdate WithShardKey (string shardKey);
abstract member WithShardKey : string -> Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Update.IUpdate
Public Function WithShardKey (shardKey As String) As IUpdate

参数

shardKey
String

分片键。

返回

更新的下一阶段。

适用于

WithShardKey(String, String)

指定分片键。

public Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Update.IUpdate WithShardKey (string shardKey, string partitionKind);
abstract member WithShardKey : string * string -> Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Update.IUpdate
Public Function WithShardKey (shardKey As String, partitionKind As String) As IUpdate

参数

shardKey
String

分片键。

partitionKind
String

分区类型仅支持 api-version 2019-08-01 中的“哈希”分区类型。

返回

更新的下一阶段。

适用于