BulkTimeout
The timeout duration, in minutes, specifies how long the provider will wait for a bulk operation to be initiated before throwing an error.
Data Type
int
Default Value
25
Remarks
The timeout duration, in minutes, specifies how long the driver will wait for a bulk operation to be initiated before throwing an error. When UseBulkAPI is enabled, the driver initiates asynchronous bulk operations when executing queries. Shopify enforces a restriction of one active bulk operation. If a new bulk operation is requested while another is still in progress, the API will return an error. This property defines the maximum time the driver will wait for the currently running bulk operation to complete before terminating the current query. ;