Click or drag to resize

AggregateOperationTResultToExplainOperation Method

Returns an AggregateExplainOperation for this AggregateOperation.

Namespace:  MongoDB.Driver.Core.Operations
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
Syntax
public IReadOperation<BsonDocument> ToExplainOperation(
	ExplainVerbosity verbosity
)

Parameters

verbosity
Type: MongoDB.Driver.Core.OperationsExplainVerbosity
The verbosity.

Return Value

Type: IReadOperationBsonDocument
An AggregateExplainOperation.
See Also