BulkTimeout
Specifies how long, in minutes, the provider waits for a Anaplan asynchronous job to complete before returning an error.
Data Type
int
Default Value
25
Remarks
Note: This property only applies to objects in the Model schemas.
When the add-in initiates an asynchronous operation (such as an export action, which is represented as a table in the model schemas), it must wait for the job to complete.
The add-in monitors the job's status and waits up to the duration specified by this connection property. If the job does not finish before this timeout is reached, the add-in returns an error.
The default timeout is generally sufficient unless the operation processes an extraordinary amount of data.