QueryOptionsSetStale Method |
Note: This API is now obsolete.
Sets 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 void SetStale(
IndexUpdateMode stale
)
Parameters
- stale
- Type: Couchbase.LiteIndexUpdateMode
The timing of when to update the query results
See Also