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 connector will wait for a bulk operation to be initiated before throwing an error. When UseBulkAPI is enabled, the connector 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 connector will wait for the currently running bulk operation to complete before terminating the current query. ;