MapReduceOperationBaseVerbose Property |
Gets or sets a value indicating whether to include extra information, such as timing, in the result.
Namespace:
MongoDB.Driver.Core.Operations
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax public bool? Verbose { get; set; }
Public Property Verbose As Boolean?
Get
Set
member Verbose : Nullable<bool> with get, set
Property Value
Type:
NullableBooleantrue if extra information, such as timing, should be included in the result; otherwise,
false.
See Also