Documentation

QueryScanConsistency

Set of values for the scan consistency level of a query.

Table of Contents

NOT_BOUNDED  = 1
Set scan consistency to not bounded
REQUEST_PLUS  = 2
Set scan consistency to not request plus
STATEMENT_PLUS  = 3
Set scan consistency to statement plus

Constants

NOT_BOUNDED

Set scan consistency to not bounded

public mixed NOT_BOUNDED = 1

REQUEST_PLUS

Set scan consistency to not request plus

public mixed REQUEST_PLUS = 2

STATEMENT_PLUS

Set scan consistency to statement plus

public mixed STATEMENT_PLUS = 3

Search results