GroupArgsReduceFunction Property |
Gets or sets the reduce function.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.3.0
Syntax public BsonJavaScript ReduceFunction { get; set; }
Public Property ReduceFunction As BsonJavaScript
Get
Set
member ReduceFunction : BsonJavaScript with get, set
Property Value
Type:
BsonJavaScriptSee Also