Struct MaximumSimpleUploadSizeOption (2.12.0)

Defines the threshold to switch from simple to resumable uploads for files.

When uploading small files the faster approach is to use a simple upload. For very large files this is not feasible, as the whole file may not fit in memory (we are ignoring memory mapped files in this discussion). The library automatically switches to resumable upload for files larger than this threshold.

Type Aliases

Type

Alias Of: std::size_t