Specify the lower bound vector timestamp when using at_plus scan consistency.
Namespace: Couchbase.N1QLAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)

Parameters
- vector
- Type: System.Object
Return Value
Type: IQueryRequestA reference to the current IQueryRequest for method chaining.

Required if ScanConsistency(ScanConsistency) is AtPlus.

There are two formats: array of 1024 numbers, to specify a full scan vector and object containing vbucket/seqno pairs, to specify a sparse scan vector (e.g. { "5 ": 5409393, "19": 47574574 })
