IMongoIndexManagerTDocument Interface |
Namespace: MongoDB.Driver
The IMongoIndexManagerTDocument type exposes the following members.
Name | Description | |
---|---|---|
CreateManyAsync |
Creates multiple indexes.
| |
CreateOneAsync |
Creates an index.
| |
DropAllAsync |
Drops all the indexes.
| |
DropOneAsync |
Drops an index by its name.
| |
ListAsync |
Lists the indexes.
|
Name | Description | |
---|---|---|
CollectionNamespace |
Gets the namespace of the collection.
| |
DocumentSerializer |
Gets the document serializer.
| |
Settings |
Gets the collection settings.
|