ViewQuery Stale Method Couchbase .NET SDK 2.0
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.NetClient (in Couchbase.NetClient.dll) Version: 2.0.2.0 (2.0.2.0)
Syntax
public IViewQuery Stale(
	StaleState staleState
)

Parameters

staleState
Type: Couchbase.Views StaleState
The staleState value to use.

Return Value

Type: IViewQuery
An IViewQuery object for chaining

Implements

IViewQuery Stale(StaleState)
See Also