Click or drag to resize

QueryIndexUpdateMode Property

Gets or sets when a View index is updated when running a Query.

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

Property Value

Type: IndexUpdateMode
The index update mode.
See Also