ChunkSize
The size of chunks (in MB) to use when uploading large files.
データ型
int
デフォルト値
16
解説
This property determines the size, in megabytes, of each data block the connector uploads when transferring large files to Azure Data Lake Storage Gen2.
If this property is left unset, the connector uses the default value: 16 MB.
If a file exceeds the chunk size, it is divided into multiple blocks of the specified size and uploaded sequentially.
Increasing the chunk size can improve upload performance for large files, but may increase memory usage. Decreasing it can reduce memory use, but may result in slower uploads.
This setting is only applied to upload operations and does not affect file downloads.