ExplainOperation Class |
Namespace: MongoDB.Driver.Core.Operations
The ExplainOperation type exposes the following members.
Name | Description | |
---|---|---|
ExplainOperation |
Initializes a new instance of the ExplainOperation class.
|
Name | Description | |
---|---|---|
Command |
Gets the command to be explained.
| |
DatabaseNamespace |
Gets the database namespace.
| |
MessageEncoderSettings |
Gets the message encoder settings.
| |
Verbosity |
Gets or sets the verbosity.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Execute(IReadBinding, CancellationToken) |
Executes the operation.
| |
Execute(IWriteBinding, CancellationToken) |
Executes the operation.
| |
ExecuteAsync(IReadBinding, CancellationToken) |
Executes the operation.
| |
ExecuteAsync(IWriteBinding, CancellationToken) |
Executes the operation.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |