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 page provides documentation for the `AutoFinalize` struct within the Google Cloud Storage C++ client library, detailing its functionality across multiple versions."],["The latest version documented is `2.37.0-rc`, with versions ranging down to `2.11.0`, each linked to its respective documentation."],["`AutoFinalize` controls whether upload streams automatically finalize when they are destroyed, offering a way to disable this behavior."],["The `AutoFinalize` struct can be configured via the `AutoFinalizeConfig` and also has a function called `name()` that returns a `char const *` type."],["The primary purpose of the `AutoFinalize` struct is for managing the auto-finalization of resumable uploads in `ObjectWriteStream` objects."]]],[]]