BulkPageSize Parameter (Connect-Shopify Cmdlet)
The number of records to retrieve before returning results to the user when UseBulkAPI=true.
Syntax
Connect-Shopify -BulkPageSize int
Data Type
int
Default Value
1000
Remarks
The BulkPageSize indicates the number of records that are returned at a time when reading the data. In the background, the CData Cmdlets PowerShell Module for Shopify continues to read additional results from the data source. This connection property only has an impact when UseBulkAPI is set to true.