Couchbase set consistency whit request plus in node,js SDK

hi,
in couchbase SDK version 3 I can’t find consistency set in the insert and find query like java

N1qlParams adhoc2 = N1qlParams.build().consistency(ScanConsistency.STATEMENT_PLUS).adhoc(true);

is that deprecated?
and if it’s deprecated how can I fix this problem?

regards.

checkout options of cluster.query()

Hello, I can take a look into this issue for you, I need to do some research and ask a few people that know a bit more on this topic than I do.