Click or drag to resize
IMongoIndexManager<TDocument> Methods

The IMongoIndexManager< TDocument> generic type exposes the following members.

Methods
  NameDescription
Public methodCreateOneAsync
Creates an index.
Public methodDropAllAsync
Drops all the indexes.
Public methodDropOneAsync
Drops an index by its name.
Public methodListAsync
Lists the indexes.
Top
See Also