IQueryRequest ScanWait Method Couchbase .NET SDK 2.0
Specifies the maximum time the client is willing to wait for an index to catch up to the vector timestamp in the request. If an index has to catch up, and the ScanWait(TimeSpan) time is exceed doing so, an error is returned.

Namespace: Couchbase.N1QL
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
IQueryRequest ScanWait(
	TimeSpan scanWait
)

Parameters

scanWait
Type: System TimeSpan
The maximum time the client is willing to wait for index to catch up to the vector timestamp.

Return Value

Type: IQueryRequest
A reference to the current IQueryRequest for method chaining.
Remarks
Optional.
Remarks
Can be supplied with ScanConsistency(ScanConsistency) values of RequestPlus, StatementPlus and AtPlus.
See Also