Table of Contents

Method CreateExplainOperation

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Legacy.dll

CreateExplainOperation(ExplainVerbosity)

Creates an explain operation for this cursor.

protected abstract ExplainOperation CreateExplainOperation(ExplainVerbosity verbosity)

Parameters

verbosity ExplainVerbosity

The requested ExplainVerbosity.

Returns

ExplainOperation

An explain operation.