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++ library, covering versions from 2.11.0 to the latest release candidate 2.37.0-rc."],["`AutoFinalize` controls whether `ObjectWriteStream` objects automatically finalize resumable uploads when the stream object is destroyed."],["Disabling auto-finalization is a feature supported by `AutoFinalize` to give the application control over the management of resumable uploads."],["The page includes a constructor for the `AutoFinalize` struct, which takes an `AutoFinalizeConfig` parameter, allowing for configuration of this behavior."],["The page includes a function `static name()`, which returns a description of type `char const *`."]]],[]]