Method ToExplainOperation
- Namespace
- MongoDB.Driver.Core.Operations
- Assembly
- MongoDB.Driver.Core.dll
ToExplainOperation(ExplainVerbosity)
Returns an AggregateExplainOperation for this AggregateOperation.
public IReadOperation<BsonDocument> ToExplainOperation(ExplainVerbosity verbosity)
Parameters
verbosity
ExplainVerbosityThe verbosity.
Returns
- IReadOperation<BsonDocument>
An AggregateExplainOperation.