Configuration properties
Properties for the Cloud Fetching Config are provided inside the configuration of a cloud source. For example: AWS CSV Source.| Key | Type | Default | Description |
|---|---|---|---|
| download-thread-count | Integer | 1.5 times the number of the server’s logical cores, rounded. | The maximum number of downloader threads for one single file. |
| part-length | Integer | 8 * 1024 * 1024 | The amount of chunks that can be downloaded in advance. This is used to compensate network speed instability. |
| prefetched-parts-limit | Integer | max(1000 - threadCount, 0) | The size in bytes of an individual downloaded part. |
YAML example
Java configuration
TheCloudFetchingConfig Java object can be used in the configuration of a
cloud source.
For more information, see the Atoti Server documentation on
CloudFetchingConfig.