#include <uploader_options.h>
Public Attributes | |
size_t | batch_max_queue_size |
size_t | batch_trigger_publish_size |
size_t | file_max_queue_size |
size_t | file_upload_batch_size |
size_t | stream_max_queue_size |
Definition at line 24 of file uploader_options.h.
size_t Aws::DataFlow::UploaderOptions::batch_max_queue_size |
Max queue size for data streamed into the service.
Definition at line 36 of file uploader_options.h.
size_t Aws::DataFlow::UploaderOptions::batch_trigger_publish_size |
Max trigger size to publish: if set the streamed data is attempted to be published when this limit has been reached.
Definition at line 41 of file uploader_options.h.
size_t Aws::DataFlow::UploaderOptions::file_max_queue_size |
Max number of elements in the queue for streaming / reading files on disk.
Definition at line 32 of file uploader_options.h.
size_t Aws::DataFlow::UploaderOptions::file_upload_batch_size |
The batch size used to upload files stored on disk.
Definition at line 28 of file uploader_options.h.
size_t Aws::DataFlow::UploaderOptions::stream_max_queue_size |
Maximum number of items, each of size batch_max_queue_size, to store in memory to attempt to stream.
Definition at line 45 of file uploader_options.h.