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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-07 UTC."],[[["The latest version available is 2.37.0-rc, with previous versions ranging from 2.36.0 down to 2.11.0."],["This page documents `MinStreamSize`, a parameter type used with `ParallelUploadFile` to specify the minimum size for each shard during parallel uploads."],["The `MinStreamSize` parameter helps ensure that each shard is at least the specified minimum length, though the final shard may be smaller if it is the remainder of the file division."],["The constructor for `MinStreamSize` takes a `std::uintmax_t` value as an argument."],["The `value()` function returns the specified `std::uintmax_t` which represents the minimum stream size."]]],[]]