Skip to main content
These settings are available in system.settings and are autogenerated from source.

azure_max_blocks_in_multipart_upload

Maximum number of blocks in multipart upload for Azure.

azure_max_get_burst

Max number of requests that can be issued simultaneously before hitting request per second limit. By default (0) equals to azure_max_get_rps

azure_max_get_rps

Limit on Azure GET request per second rate before throttling. Zero means unlimited.

azure_max_inflight_parts_for_one_file

The maximum number of a concurrent loaded parts in multipart upload request. 0 means unlimited.

azure_max_put_burst

Max number of requests that can be issued simultaneously before hitting request per second limit. By default (0) equals to azure_max_put_rps

azure_max_put_rps

Limit on Azure PUT request per second rate before throttling. Zero means unlimited.

azure_max_redirects

Max number of azure redirects hops allowed.

azure_max_single_part_copy_size

The maximum size of object to copy using single part copy to Azure blob storage.

azure_max_single_part_upload_size

The maximum size of object to upload using singlepart upload to Azure blob storage.

azure_max_single_read_retries

The maximum number of retries during single Azure blob storage read.

azure_max_unexpected_write_error_retries

The maximum number of retries in case of unexpected errors during Azure blob storage write

azure_max_upload_part_size

The maximum size of part to upload during multipart upload to Azure blob storage.
Last modified on July 23, 2026