BulkPollingInterval
Specifies the maximum time interval (in milliseconds) between each status check when polling for the results of a Shopify Bulk API operation.
データ型
int
デフォルト値
10000
解説
When UseBulkAPI is set to true, the 本製品 submits queries as asynchronous jobs to the Shopify Bulk API. The API responds with a job ID, and the 本製品 periodically checks the job status until the export is complete.
This property defines the maximum wait time between polling attempts. The 本製品 initially waits 1 second (1000 ms) before the first poll and may increase the interval between subsequent polls up to the limit specified by BulkPollingInterval.
Lower values result in more frequent polling, which can lead to faster job completion detection but may increase the number of API requests.
Higher values reduce polling frequency, which can conserve resources and API usage but may introduce latency in receiving results once jobs are complete.
This setting can be adjusted to balance responsiveness and API rate efficiency based on your environment and expected data volume.