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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-26 UTC."],[[["The webpage provides documentation for the `AutoFinalize` feature within the Google Cloud Storage C++ library, spanning versions from 2.11.0 to the latest release candidate 2.37.0-rc."],["`AutoFinalize` controls whether upload streams automatically finalize upon destruction, which can be useful to manage resumable uploads."],["The `AutoFinalize` option is configured using either the `AutoFinalize(AutoFinalizeConfig)` constructor or the `AutoFinalizeDisabled()` helper."],["The content details how to configure the `ObjectWriteStream` to allow or disallow auto-finalization of uploads when the object is destructed."],["The page includes information about a function `name()` that returns a `char const *`."]]],[]]