Method List
List(string, AggregateOptions, CancellationToken)
Lists the search indexes.
IAsyncCursor<BsonDocument> List(string name = null, AggregateOptions aggregateOptions = null, CancellationToken cancellationToken = default)
Parameters
name
stringName of the index.
aggregateOptions
AggregateOptions The aggregate options.
cancellationToken
CancellationToken The cancellation token.
Returns
- IAsync
Cursor <BsonDocument > A cursor.