Click or drag to resize
IMongoIndexManagerTDocument Methods

The IMongoIndexManagerTDocument generic type exposes the following members.

Methods
  NameDescription
Public methodCreateMany
Creates multiple indexes.
Public methodCreateManyAsync
Creates multiple indexes.
Public methodCreateOne
Creates an index.
Public methodCreateOneAsync
Creates an index.
Public methodDropAll
Drops all the indexes.
Public methodDropAllAsync
Drops all the indexes.
Public methodDropOne
Drops an index by its name.
Public methodDropOneAsync
Drops an index by its name.
Public methodList
Lists the indexes.
Public methodListAsync
Lists the indexes.
Top
See Also