Click or drag to resize

QueryMapOnly Property

Gets or sets whether to only use the map function without using the reduce function.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public bool MapOnly { get; set; }

Property Value

Type: Boolean
true if map only; otherwise, false.
See Also