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-02 UTC."],[[["The webpage provides documentation for the `UseResumableUploadSession` feature within the Google Cloud Storage C++ client library, offering options to manage resumable upload sessions."],["Version 2.37.0-rc is the latest release candidate, and previous versions are also documented, ranging down to version 2.11.0."],["The `UseResumableUploadSession` function allows the client library to either create a new resumable session or restore a previous one by using an id of a previous session."],["Using this option, the client library will prefer to use resumable uploads, which can be crucial for large file uploads."],["The `name()` function within the `UseResumableUploadSession` class returns a constant character pointer."]]],[]]