IMongoIndexManagerTDocument Interface |
Namespace: MongoDB.Driver
The IMongoIndexManagerTDocument 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.
|
Name | Description | |
---|---|---|
![]() | CollectionNamespace |
Gets the namespace of the collection.
|
![]() | DocumentSerializer |
Gets the document serializer.
|
![]() | Settings |
Gets the collection settings.
|