Defines the threshold to switch from simple to resumable uploads for files.
When uploading small files the faster approach is to use a simple upload. For very large files this is not feasible, as the whole file may not fit in memory (we are ignoring memory mapped files in this discussion). The library automatically switches to resumable upload for files larger than this threshold.
[[["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."],[[["This webpage lists the available versions of the `MaximumSimpleUploadSizeOption` for Google Cloud Storage C++ library, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc."],["The `MaximumSimpleUploadSizeOption` determines the file size threshold that triggers the library to switch from using simple uploads to resumable uploads."],["Simple uploads are used for smaller files due to their speed, while resumable uploads are preferred for larger files that may not fit in memory."],["The size threshold determining the type of upload is of type `std::size_t`."]]],[]]