Excel Add-In for Anaplan

Build 26.0.9655

BulkPollingInterval

Specifies the maximum time interval (in milliseconds) between status checks for asynchronous jobs.

Data Type

int

Default Value

60000

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.

While waiting for the job to complete, the add-in polls (checks) the job status until the Anaplan Asyncronous APIs indicate the job has completed. Each time a poll indicates that the job is not yet complete, the add-in gradually increases the interval between polling attempts, up to the maximum specified by this property.

Anaplan returns an error if you perform a very large number of polls in a short time. If you have long-running jobs or many concurrent queries, you may need to increase this value to reduce polling frequency and avoid hitting this limit.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655