Pagesize Parameter (Connect-Zendesk Cmdlet)
Specifies the number of results to return per page of data retrieved from Zendesk.
Syntax
Connect-Zendesk -Pagesize int
Data Type
int
Default Value
1000
Remarks
The maximum supported page size varies by table. If the specified value exceeds the limit for a given table, the driver automatically reduces it to the maximum allowed value. For example, some tables support a maximum of 100 records per page.