IWithIndex.WithIndexesAppend(IList<MongoIndex>) Method

Definition

Appends all mongo indexes to current indexes.

public Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Update.IUpdate WithIndexesAppend (System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.MongoIndex> indexes);
abstract member WithIndexesAppend : System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.MongoIndex> -> Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Update.IUpdate
Public Function WithIndexesAppend (indexes As IList(Of MongoIndex)) As IUpdate

Parameters

indexes
IList<MongoIndex>

The indexes needs appending.

Returns

The next stage of the update.

Applies to