QueryScanConsistency
in
Set of values for the scan consistency level of a query.
Table of Contents
- NOT_BOUNDED = "notBounded"
- Set scan consistency to not bounded
- REQUEST_PLUS = "requestPlus"
- Set scan consistency to not request plus
Constants
NOT_BOUNDED
Set scan consistency to not bounded
public
mixed
NOT_BOUNDED
= "notBounded"
REQUEST_PLUS
Set scan consistency to not request plus
public
mixed
REQUEST_PLUS
= "requestPlus"