Enable/disable intelligent ingestion.
If truthy then intelligent ingestion must be enabled in your Filestack application.
Passing true/false toggles the global intelligent flow (all parts are chunked and committed).
Passing 'fallback' will only use FII when network conditions may require it (only failing parts will be chunked).
Set the default intiial chunk size for Intelligent Ingestion. Defaults to 8MB on desktop and 1MB on mobile.
Callback for progress events.
Callback for retry events.
Maximum size for file slices. Is overridden when intelligent=true. Default is 6 * 1024 * 1024 (6MB).
How often to report progress. Default is 1000 (in milliseconds).
Retry limit. Default is 10.
Factor for exponential backoff on server errors. Default is 2.
Upper bound for exponential backoff. Default is 15000.
Timeout for network requests. Default is 120000.
Maximum amount of part jobs to run concurrently. Default is 3.