Click or drag to resize
ViewQueryStale Method
Allow the results from a stale view to be used. The default is StaleState.Ok; for development work set to StaleState.False

Namespace: Couchbase.Views
Assembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IViewQuery Stale(
	StaleState staleState
)

Parameters

staleState
Type: Couchbase.ViewsStaleState
The staleState value to use.

Return Value

Type: IViewQuery
An IViewQuery object for chaining

Implements

IViewQueryStale(StaleState)
See Also