Compartir a través de


IWithIndex.WithIndexesAppend(IList<MongoIndex>) Método

Definición

Anexa todos los índices de mongo a los índices actuales.

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

Parámetros

indexes
IList<MongoIndex>

Los índices necesitan anexarse.

Devoluciones

La siguiente fase de la actualización.

Se aplica a