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 webpage provides documentation for the `MinStreamSize` class within the Google Cloud Storage C++ library."],["The latest version documented is 2.37.0-rc, with a comprehensive list of past versions available, dating back to 2.11.0."],["`MinStreamSize` specifies the minimum size for shards when using `ParallelUploadFile`, aiming to ensure each shard meets this size, except potentially the last shard."],["The `MinStreamSize` class has a constructor that accepts a `std::uintmax_t` value, and a `value()` function that returns the minimum stream size as a `std::uintmax_t`."]]],[]]