Use the reduction function
Namespace: Couchbase.ViewsAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
SyntaxIViewQuery Reduce(
bool reduce
)
IViewQuery Reduce(
bool reduce
)
Function Reduce (
reduce As Boolean
) As IViewQuery
Function Reduce (
reduce As Boolean
) As IViewQuery
IViewQuery^ Reduce(
bool reduce
)
IViewQuery^ Reduce(
bool reduce
)
abstract Reduce :
reduce : bool -> IViewQuery
abstract Reduce :
reduce : bool -> IViewQuery
Parameters
- reduce
- Type: System.Boolean
True to use the reduduction property. Default is false;
Return Value
Type:
IViewQueryAn IViewQuery object for chaining
See Also