Optional
consistentDynamoDB's default which is false
Optional
exclusiveThe key of the first item to read
ExclusiveStartKey
at https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_Query.html
DynamoDB's default, which is start at first item
Optional
limitMax number of items to read
Limit at https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_Query.html
DynamoDB's default which is no limit set, but a maximum of 1MB of data
Optional
scanWhether to return results in ascending order
ScanIndexForward at https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_Query.html
DynamoDB's default which is true
, i.e.
Generated using TypeDoc
Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.