MapReduceArgsVerbose Property |
Gets or sets a value indicating whether to include extra information in the result (like timing).
Namespace:
MongoDB.Driver
Assembly:
MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.15.0+f503bf610759c13f78cff9a3c01e91453185d2ed
Syntax public bool? Verbose { get; set; }
Public Property Verbose As Boolean?
Get
Set
member Verbose : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also