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.N1QLAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)

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: IQueryRequestA reference to the current IQueryRequest for method chaining.

Optional.

Can be supplied with ScanConsistency(ScanConsistency) values of RequestPlus, StatementPlus and AtPlus.
