IViewQuery.Reduce Method Couchbase .NET SDK 2.0
Use the reduction function

Namespace: Couchbase.Views
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
IViewQuery Reduce(
	bool reduce
)

Parameters

reduce
Type: System.Boolean
True to use the reduduction property. Default is false;

Return Value

Type: IViewQuery
An IViewQuery object for chaining
See Also