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-18 UTC."],[[["This webpage provides documentation for the `AutoFinalize` feature within the Google Cloud Storage C++ library, specifically detailing its function to control the auto-finalization of upload streams upon destruction."],["The documentation spans multiple versions of the library, ranging from version 2.11.0 up to the latest release candidate version, 2.37.0-rc."],["`AutoFinalize` is a feature that allows applications to enable or disable automatic finalization of resumable uploads, using the `AutoFinalizeDisabled()` helper, for `ObjectWriteStream` objects."],["The `AutoFinalize` feature has a constructor that takes an `AutoFinalizeConfig` parameter and also provides a `name()` function to return a description."],["The latest version available is 2.37.0-rc, and there are several releases provided up until version 2.15.1 where further details on what the class does are provided, in previous versions, they only provide the versions and links."]]],[]]