QueryScanConsistency
interface QueryScanConsistency (View source)
Set of values for the scan consistency level of a query.
Constants
| NOT_BOUNDED |
Set scan consistency to not bounded |
| REQUEST_PLUS |
Set scan consistency to not request plus |
| STATEMENT_PLUS |
Set scan consistency to statement plus |