PageSize
Specifies the maximum number of records that the provider retrieves per page from ADP.
Data Type
string
Default Value
"100"
Remarks
This property determines how many records the add-in 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.