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-09 UTC."],[[["This webpage provides documentation for the `AutoFinalize` feature within the Google Cloud Storage C++ client library, detailing its functionality across multiple versions."],["The `AutoFinalize` feature controls whether upload streams are automatically finalized when an `ObjectWriteStream` object is destroyed, which is important for managing resumable uploads."],["Version 2.37.0-rc is the latest version documented, with documentation available for versions down to 2.11.0, showcasing the evolution of the `AutoFinalize` functionality."],["The `AutoFinalize` documentation includes details on the constructor, which accepts an `AutoFinalizeConfig`, and the `static name()` function."],["Disabling the automatic finalization of resumable uploads is made possible using the helper function [`AutoFinalizeDisabled()`](/cpp/docs/reference/storage/2.13.0/namespacegoogle_1_1cloud_1_1storage)."]]],[]]