Table of Contents

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 ExplainVerbosity

The verbosity.

Returns

IReadOperation<BsonDocument>

An AggregateExplainOperation.