Click or drag to resize
ExplainOperationVerbosity Property
Gets or sets the verbosity.

Namespace: MongoDB.Driver.Core.Operations
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.4.1
Syntax
public ExplainVerbosity Verbosity { get; set; }

Property Value

Type: ExplainVerbosity
The verbosity.
See Also