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-03-14 UTC."],[[["This webpage provides documentation for the `UseResumableUploadSession` feature within the Google Cloud Storage C++ client library, spanning multiple versions."],["The latest version documented is 2.37.0-rc, with numerous prior versions listed down to 2.11.0."],["`UseResumableUploadSession` allows for the continuation of a file upload, resuming from a previous session if a session ID is provided."],["The library will generate a new resumable session if the value passed is an empty string."],["The page includes a functions section, and specifically a `name()` function, which returns a `char const *` type."]]],[]]