Click or drag to resize

ILiveQueryUpdateInterval Property

Gets or sets the shortest interval at which the query will update, regardless of how often the database changes. Defaults to 0.2 seconds. Increase this if the query is expensive and the database updates frequently to limit CPU consumption.

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0154
Syntax
C#
TimeSpan UpdateInterval { get; set; }

Property Value

Type: TimeSpan
See Also