The name of an index to query. This index can be any local secondary index or global secondary index on the table.
The maximum number of items to fetch per page of results.
The item attributes to get.
The read consistency to require when reading from DynamoDB.
The point from which a parallel scan should resume.
The segment identifier must not be supplied when initiating a parallel scan. This identifier will be created for each worker on your behalf.
A string that contains conditions that DynamoDB applies after the Query operation, but before the data is returned to you. Items that do not satisfy the FilterExpression criteria are not returned.
A FilterExpression does not allow key attributes. You cannot define a filter expression based on a partition key or a sort key.