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-04-17 UTC."],[[["The latest version available is 2.37.0-rc, which can be accessed via a specific link."],["The provided content lists multiple versions of the `MinStreamSize` class, ranging from 2.11.0 up to the latest version."],["`MinStreamSize` is a parameter type used with `ParallelUploadFile` to set a minimum length for each shard in a file upload, except for the potentially smaller last shard."],["The `MinStreamSize` class has a constructor that takes a `std::uintmax_t` value and a function `value()` which returns the stored `std::uintmax_t` value."]]],[]]