ExplainOperationVerbosity Property |
Gets or sets the verbosity.
Namespace: MongoDB.Driver.Core.OperationsAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.3.0
Syntax public ExplainVerbosity Verbosity { get; set; }
Public Property Verbosity As ExplainVerbosity
Get
Set
member Verbosity : ExplainVerbosity with get, set
Property Value
Type:
ExplainVerbosity
The verbosity.
See Also