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-03-21 UTC."],[[["This webpage documents different versions of the `AutoFinalize` feature within the Google Cloud Storage C++ client library, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc."],["The `AutoFinalize` feature controls whether upload streams automatically finalize when an `ObjectWriteStream` object is destroyed."],["The primary use of `AutoFinalize` is to enable or disable the automatic finalization of resumable uploads on object destruction, with a helper function `AutoFinalizeDisabled()` available to change this setting."],["The current document shows the methods `AutoFinalize(AutoFinalizeConfig)` and `AutoFinalize()` for constructors and the function `static name()` for the given class."]]],[]]