Table of Contents

Class ListIndexesOperation

Namespace
MongoDB.Driver.Core.Operations
Assembly
MongoDB.Driver.Core.dll

Represents a list indexes operation.

public class ListIndexesOperation : IReadOperation<IAsyncCursor<BsonDocument>>
Inheritance
ListIndexesOperation
Implements
Inherited Members
Extension Methods

Constructors

ListIndexesOperation(CollectionNamespace, MessageEncoderSettings)

Initializes a new instance of the ListIndexesOperation class.

Properties

BatchSize

Gets or sets the batch size.

CollectionNamespace

Gets the collection namespace.

Comment

Gets or sets the comment.

MessageEncoderSettings

Gets the message encoder settings.

RetryRequested

Gets or sets whether or not retry was requested.

Methods

Execute(IReadBinding, CancellationToken)

Executes the operation.

ExecuteAsync(IReadBinding, CancellationToken)

Executes the operation.