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-01 UTC."],[[["This page provides documentation for the `AutoFinalize` feature within the Google Cloud Storage C++ client library, detailing its behavior across multiple versions."],["The latest release candidate version is 2.37.0-rc, and the page covers versions down to 2.11.0, all related to the `AutoFinalize` struct."],["The `AutoFinalize` feature controls whether `ObjectWriteStream` objects automatically finalize uploads when they are destructed, with the option to disable this via `AutoFinalizeDisabled()`."],["The documentation includes details on the `AutoFinalize` constructor, which takes an `AutoFinalizeConfig` as a parameter, or no parameter at all."],["There is a `static name()` function, which returns the name as a `char const *`."]]],[]]