MongoIndexManagerBaseTDocument Class |
Inheritance Hierarchy
Namespace:
MongoDB.Driver
Assembly:
MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.6.0+Branch.origin/v2.6.x.Sha.593796a7b35dc59243383bcc684de296a5468f2e
Syntax public abstract class MongoIndexManagerBase<TDocument> : IMongoIndexManager<TDocument>
Public MustInherit Class MongoIndexManagerBase(Of TDocument)
Implements IMongoIndexManager(Of TDocument)
[<AbstractClassAttribute>]
type MongoIndexManagerBase<'TDocument> =
class
interface IMongoIndexManager<'TDocument>
end
Type Parameters
- TDocument
- The type of the document.
The MongoIndexManagerBaseTDocument type exposes the following members.
Constructors Properties Methods
| Name | Description |
---|
| CreateMany(IEnumerableCreateIndexModelTDocument, CancellationToken) |
Creates multiple indexes.
|
| CreateMany(IClientSessionHandle, IEnumerableCreateIndexModelTDocument, CancellationToken) |
Creates multiple indexes.
|
| CreateManyAsync(IEnumerableCreateIndexModelTDocument, CancellationToken) |
Creates multiple indexes.
|
| CreateManyAsync(IClientSessionHandle, IEnumerableCreateIndexModelTDocument, CancellationToken) |
Creates multiple indexes.
|
| CreateOne(IndexKeysDefinitionTDocument, CreateIndexOptions, CancellationToken) |
Creates an index.
|
| CreateOne(IClientSessionHandle, IndexKeysDefinitionTDocument, CreateIndexOptions, CancellationToken) |
Creates an index.
|
| CreateOneAsync(IndexKeysDefinitionTDocument, CreateIndexOptions, CancellationToken) |
Creates an index.
|
| CreateOneAsync(IClientSessionHandle, IndexKeysDefinitionTDocument, CreateIndexOptions, CancellationToken) |
Creates an index.
|
| DropAll(CancellationToken) |
Drops all the indexes.
|
| DropAll(IClientSessionHandle, CancellationToken) |
Drops all the indexes.
|
| DropAllAsync(CancellationToken) |
Drops all the indexes.
|
| DropAllAsync(IClientSessionHandle, CancellationToken) |
Drops all the indexes.
|
| DropOne(String, CancellationToken) |
Drops an index by its name.
|
| DropOne(IClientSessionHandle, String, CancellationToken) |
Drops an index by its name.
|
| DropOneAsync(String, CancellationToken) |
Drops an index by its name.
|
| DropOneAsync(IClientSessionHandle, String, CancellationToken) |
Drops an index by its name.
|
| Equals | (Inherited from Object.) |
| Finalize | (Inherited from Object.) |
| GetHashCode | (Inherited from Object.) |
| GetType | (Inherited from Object.) |
| List(CancellationToken) |
Lists the indexes.
|
| List(IClientSessionHandle, CancellationToken) |
Lists the indexes.
|
| ListAsync(CancellationToken) |
Lists the indexes.
|
| ListAsync(IClientSessionHandle, CancellationToken) |
Lists the indexes.
|
| MemberwiseClone | (Inherited from Object.) |
| ToString | (Inherited from Object.) |
TopExtension Methods See Also