Control whether upload streams auto-finalize on destruction.
Some applications need to disable auto-finalization of resumable uploads. This option (or rather the AutoFinalizeDisabled() helper) configures whether ObjectWriteStream objects finalize an upload when the object is destructed.
[[["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 documentation for the `AutoFinalize` feature within the Google Cloud Storage C++ client library."],["The `AutoFinalize` option controls whether resumable uploads are automatically finalized when the `ObjectWriteStream` object is destroyed."],["The latest release candidate for the feature is version 2.37.0-rc, with a list of available versions going as low as 2.11.0."],["The webpage details how to use `AutoFinalize` constructor and `AutoFinalizeConfig` parameter, along with the `AutoFinalizeDisabled()` helper to toggle auto-finalization of uploads."],["The page also documents the `static name()` function and the return type `char const *`."]]],[]]