Pagesize Parameter (Connect-AmazonDynamoDB Cmdlet)
Specifies the maximum number of items provider evaluates per API request. The default value, -1, allows the server to calculate the page size automatically.
Syntax
Connect-AmazonDynamoDB -Pagesize int
Data Type
int
Default Value
-1
Remarks
Note that this limit applies to the number of items evaluated, not the number of matching items returned. If the dataset size exceeds 1 MB or the number of evaluated items reaches the specified page size, the operation stops and returns the matching results along with a pagination token to retrieve the remaining data. Set this property to a specific value to control the size of each API request and optimize performance. Adjust this property based on your application’s performance and memory requirements.