Compartilhar via


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

Definição

Acrescenta todos os índices mongo aos índices atuais.

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>

Os índices precisam ser acrescentados.

Retornos

O próximo estágio da atualização.

Aplica-se a