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 in the Google Cloud Storage C++ library, specifically for controlling whether upload streams are automatically finalized upon destruction."],["The `AutoFinalize` feature is available across multiple versions of the library, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc, allowing developers to check its behavior over time."],["The core functionality of `AutoFinalize` revolves around the ability to enable or disable the automatic finalization of resumable uploads when an `ObjectWriteStream` object is destroyed, which is crucial for certain applications."],["The page details the constructors and a function (`name()`) associated with the `AutoFinalize` class, along with a description of how to configure this setting using `AutoFinalizeConfig`."]]],[]]