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."],[[["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."]]],[]]