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."],[[["The webpage provides documentation for the `AutoFinalize` feature within the Google Cloud Storage C++ library, detailing its functionality across multiple versions."],["Version 2.37.0-rc is the latest release candidate, while 2.26.0 is the base version that this particular page is giving details about, with versions ranging back to 2.11.0 being documented."],["`AutoFinalize` controls whether `ObjectWriteStream` objects automatically finalize resumable uploads when they are destructed, allowing for disabling this behavior in certain applications."],["The `AutoFinalize` class includes constructors for setting the `AutoFinalizeConfig` and a static function `name()` to retrieve the name of the function."]]],[]]