Click or drag to resize

QueryOptionsIsReduce Method

Note: This API is now obsolete.

Gets whether or not this query should reduce

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
[ObsoleteAttribute("Use the appropriate property")]
public bool IsReduce()

Return Value

Type: Boolean
true if this instance should reduce; otherwise, false.
See Also