public
Guzzle\Service\Resource\ResourceIteratorInterface
|
#
setPageSize( integer $pageSize )
Attempt to limit the total number of resources retrieved per request by the
iterator.
Attempt to limit the total number of resources retrieved per request by the
iterator.
The iterator may return more than you specify in the page size argument
depending on the service and underlying command implementation. Set to 0 to
specify no page size limitation.
Parameters
- $pageSize
integer $pageSize Limit amount
Returns
|