Pagesize
Configures the maximum number of items that Amazon DynamoDB evaluates per API request.
Data Type
int
Default Value
-1
Remarks
Configures the maximum number of items that Amazon DynamoDB evaluates (not necessarily the number of matching items) per api request. If Amazon DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, along with a pagination token used to pull the rest of the data. Also, if the processed dataset size exceeds 1 MB before Amazon DynamoDB reaches this page size limit, it stops the operation and returns the matching values up to the limit. The default value is -1 which lets the server calculate the maximum page size.