Click or drag to resize

ViewCompiler Property

Gets or sets an object that can compile source code into map and reduce delegates.

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

Property Value

Type: IViewCompiler
See Also