Property Verbose
- Namespace
- MongoDB.Driver.Core.Operations
- Assembly
- MongoDB.Driver.Core.dll
Verbose
Gets or sets a value indicating whether to include extra information, such as timing, in the result.
public bool? Verbose { get; set; }
Property Value
- bool?
true
if extra information, such as timing, should be included in the result; otherwise,false
.