ScanConsistency

Key Name Default Value Required

ScanConsistency

REQUEST_PLUS

No

Description

The level of data consistency to enforce during index scans.

Set this property to one of the following values:

  • NOT_BOUNDED
  • AT_PLUS
  • REQUEST_PLUS
  • STATEMENT_PLUS

Each setting in the connector corresponds to one of the settings available in Couchbase. For detailed information about each setting, see ScanConsistency in the Couchbase API documentation: http://docs.couchbase.com/sdk-api/couchbase-java-client-2.1.4/com/couchbase/client/java/query/consistency/ScanConsistency.html.