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 public bool MapOnly { get; set; }
Property Value
Type:
Booleantrue if map only; otherwise,
false.
See Also