IWithShardKey.WithoutShardKey(String) Method

Definition

Removes a shard key.

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

Parameters

shardKey
String

The shard key.

Returns

The next stage of the update.

Applies to