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."],[[["This webpage provides a detailed list of versions for the `UseResumableUploadSession` feature, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["The `UseResumableUploadSession` feature in the client library prioritizes the use of resumable uploads."],["Users can start a new resumable session by providing an empty string or resume an existing one by inputting a previous session's ID."],["Each version listed, such as 2.36.0, 2.35.0, and so forth, links to the specific documentation for `UseResumableUploadSession` relevant to that particular version."],["The static function `name()` is part of this feature, returning a `char const *` type."]]],[]]