These settings are available in system.settings and are autogenerated from source.
azure_max_blocks_in_multipart_upload
Version history
| Version | Default value | Comment |
|---|---|---|
| 24.5 | 50000 | Maximum number of blocks in multipart upload for Azure. |
Maximum number of blocks in multipart upload for Azure.
azure_max_get_burst
Version history
| Version | Default value | Comment |
|---|---|---|
| 25.8 | 0 | New setting |
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
Version history
| Version | Default value | Comment |
|---|---|---|
| 25.8 | 0 | New setting |
Limit on Azure GET request per second rate before throttling. Zero means unlimited.
azure_max_inflight_parts_for_one_file
Version history
| Version | Default value | Comment |
|---|---|---|
| 24.3 | 20 | The maximum number of a concurrent loaded parts in multipart upload request. 0 means unlimited. |
The maximum number of a concurrent loaded parts in multipart upload request. 0 means unlimited.
azure_max_put_burst
Version history
| Version | Default value | Comment |
|---|---|---|
| 25.8 | 0 | New setting |
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
Version history
| Version | Default value | Comment |
|---|---|---|
| 25.8 | 0 | New setting |
Limit on Azure PUT request per second rate before throttling. Zero means unlimited.
azure_max_redirects
Version history
| Version | Default value | Comment |
|---|---|---|
| 25.8 | 10 | New setting |
Max number of azure redirects hops allowed.
azure_max_single_part_copy_size
Version history
| Version | Default value | Comment |
|---|---|---|
| 24.2 | 268435456 | The maximum size of object to copy using single part copy to Azure blob storage. |
The maximum size of object to copy using single part copy to Azure blob storage.
azure_max_single_part_upload_size
Version history
| Version | Default value | Comment |
|---|---|---|
| 25.8 | 33554432 | Align with S3 |
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
Version history
| Version | Default value | Comment |
|---|---|---|
| 24.1 | 4 | The maximum number of retries in case of unexpected errors during Azure blob storage write |
The maximum number of retries in case of unexpected errors during Azure blob storage write
azure_max_upload_part_size
Version history
| Version | Default value | Comment |
|---|---|---|
| 24.3 | 5368709120 | The maximum size of part to upload during multipart upload to Azure blob storage. |
The maximum size of part to upload during multipart upload to Azure blob storage.