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 [ObsoleteAttribute("Use the appropriate property")]
public IndexUpdateMode GetStale()
Return Value
Type:
IndexUpdateModeThe timing of when to update the query results
See Also