MongoCollectionBaseTDocumentIndexes Property |
Gets the index manager.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.3.0
Syntax public abstract IMongoIndexManager<TDocument> Indexes { get; }
Public MustOverride ReadOnly Property Indexes As IMongoIndexManager(Of TDocument)
Get
abstract Indexes : IMongoIndexManager<'TDocument> with get
Property Value
Type:
IMongoIndexManagerTDocumentImplements
IMongoCollectionTDocumentIndexesSee Also