readCapacityUnits property
ReadCapacityUnits
are in terms of strictly consistent reads,
assuming items of 1k. 2k items require twice the
ReadCapacityUnits
. Eventually-consistent reads only require
half the ReadCapacityUnits
of stirctly consistent reads.
Implementation
final int readCapacityUnits;