Hello folks! This is my first post to this forum.
I am trying to play around with the various scan consistency levels in N1QL queries. I am using the PHP SDK to make my queries against couchbase 4.5.1 (community edition).
In reviewing the SDK documentation for the N1QLQuery class, I see that it has an enum that include 3 possible values (‘request_plus’, ‘statement_plus’, and ‘not_bounded’). The “AT_PLUS” consistency option seems to be missing, and indeed when I try to use it I get the fatal error: “Undefined class constant ‘AT_PLUS’”.
So my question is: Is AT_PLUS scan consistency level supported in the PHP SDK, and if so, can anyone direct me to some further guidance on how to use it?
Thank you
Dylan