BulkPageSize
Specifies the number of records retrieved per batch when UseBulkAPI is set to true.
データ型
int
デフォルト値
1000
解説
When using Shopify's Bulk API, this property controls how many records are returned at a time to the user once the bulk operation has started. Although Shopify's Bulk API performs asynchronous exports behind the scenes, the 本製品 paginates the downloaded results to return them incrementally based on the value of BulkPageSize.
Higher values may improve throughput by reducing the number of read cycles between the local client and downloaded result set.
Lower values may reduce memory usage, which can be beneficial when working with very large exports or constrained environments.
This setting does not influence the number of records returned by Shopify itself. It only affects how the 本製品 processes and returns the completed export results.