IMongoIndexManagerTDocument Methods |
The IMongoIndexManagerTDocument generic type exposes the following members.
Name | Description | |
---|---|---|
CreateMany |
Creates multiple indexes.
| |
CreateManyAsync |
Creates multiple indexes.
| |
CreateOne |
Creates an index.
| |
CreateOneAsync |
Creates an index.
| |
DropAll |
Drops all the indexes.
| |
DropAllAsync |
Drops all the indexes.
| |
DropOne |
Drops an index by its name.
| |
DropOneAsync |
Drops an index by its name.
| |
List |
Lists the indexes.
| |
ListAsync |
Lists the indexes.
|