Class MinStreamSize (2.22.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
NameDescription
value std::uintmax_t

Functions

value() const

Returns
TypeDescription
std::uintmax_t