PageSize Parameter (Connect-ADP Cmdlet)
Specifies the maximum number of records that the provider retrieves per page from ADP.
Syntax
Connect-ADP -PageSize string
Data Type
cstr
Default Value
"100"
Remarks
This property determines how many records the cmdlet requests per page when executing a query.
Increasing the page size reduces the number of round trips required to retrieve large data sets, but can also increase response time or cause timeouts for large requests.
The maximum supported page size is 100.
This property is useful for optimizing performance and balancing query efficiency against API response time.