Click or drag to resize

QueryOptionsGetStale Method

Note: This API is now obsolete.

Gets the timing of when to update the query results

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
[ObsoleteAttribute("Use the appropriate property")]
public IndexUpdateMode GetStale()

Return Value

Type: IndexUpdateMode
The timing of when to update the query results
See Also