Class ExplainOperation
- Namespace
- MongoDB.Driver.Core.Operations
- Assembly
- MongoDB.Driver.Core.dll
Represents an explain operation.
- Inheritance
-
Explain
Operation
- Implements
- Inherited Members
- Extension Methods
Constructors
- Explain
Operation(Database Namespace, IExplainable Operation, Message Encoder Settings) Initializes a new instance of the Explain
Operation class.
Properties
- Database
Namespace Gets the database namespace.
- Explainable
Operation Gets the operation to be explained.
- Message
Encoder Settings Gets the message encoder settings.
- Verbosity
Gets or sets the verbosity.
Methods
- Execute(IRead
Binding, Cancellation Token) Executes the operation.
- Execute(IWrite
Binding, Cancellation Token) Executes the operation.
- Execute
Async(IRead Binding, Cancellation Token) Executes the operation.
- Execute
Async(IWrite Binding, Cancellation Token) Executes the operation.