Click or drag to resize

LiveQueryUpdateInterval Property

The shortest interval at which the query will update, regardless of how often the database changes. Defaults to 200ms. Increase this if the query is expensive and the database updates frequently, to limit CPU consumption.

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

Property Value

Type: TimeSpan
The update interval.
See Also