Class MinStreamSize (2.12.0)

A parameter type indicating the minimum stream size to ParallelUploadFile.

If ParallelUploadFile, receives this option it will attempt to make sure that every shard is at least this long. This might not apply to the last shard because it will be the remainder of the division of the file.

Constructors

MinStreamSize(std::uintmax_t)

Parameter
Name Description
value std::uintmax_t

Functions

value() const

Returns
Type Description
std::uintmax_t