Request a resumable upload, restoring a previous session if necessary.
When this option is used the client library prefers using resumable uploads.
If the value passed to this option is the empty string, then the library will create a new resumable session. Otherwise the value should be the id of a previous upload session, the client library will restore that session in this case.
[[["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-09 UTC."],[[["The webpage provides documentation for different versions of `UseResumableUploadSession`, a component of the Google Cloud Storage C++ client library, with the latest version being 2.37.0-rc."],["`UseResumableUploadSession` facilitates the management of resumable uploads, allowing for the creation of new upload sessions or the restoration of previous ones, and is used when the client library prefers resumable uploads."],["A complete historical record is available, showing the full history of previous versions all the way down to version 2.11.0."],["Users can use the `UseResumableUploadSession()` constructor to initiate a resumable upload."],["The name function is available to retrieve the name of the object, which returns a char const*."]]],[]]