Optional
Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.
https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_Scan.html#DDB-Scan-request-ConsistentRead
DynamoDB's default which is false
false
The key of the first item to read
ExclusiveStartKey at https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_Scan.html
ExclusiveStartKey
DynamoDB's default, which is start at first item Copy
DynamoDB's default, which is start at first item
Max number of items to read
Limit at https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_Scan.html
DynamoDB's default which is no limit set, but a maximum of 1MB of data Copy
DynamoDB's default which is no limit set, but a maximum of 1MB of data
Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.