IMongoCollectionTDocumentIndexes Property |
Gets the index manager.
Namespace:
MongoDB.Driver
Assembly:
MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax IMongoIndexManager<TDocument> Indexes { get; }
ReadOnly Property Indexes As IMongoIndexManager(Of TDocument)
Get
abstract Indexes : IMongoIndexManager<'TDocument> with get
Property Value
Type:
IMongoIndexManagerTDocumentSee Also