IWithIndex.WithoutIndexes Method

Definition

Removes all mongo indexes.

public Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Update.IUpdate WithoutIndexes ();
abstract member WithoutIndexes : unit -> Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Update.IUpdate
Public Function WithoutIndexes () As IUpdate

Returns

The next stage of the update.

Applies to