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-03-21 UTC."],[[["The latest version available is 2.37.0-rc, with the provided content showcasing the history of versions, including details on each version from 2.37.0-rc down to 2.11.0."],["The documentation references the `AutoFinalize` struct within the `google::cloud::storage` namespace, which controls if upload streams are auto-finalized upon destruction."],["The `AutoFinalize` feature can be disabled using the `AutoFinalizeDisabled()` helper for applications that need to prevent auto-finalization of resumable uploads."],["The struct `AutoFinalize` has a constructor `AutoFinalize(AutoFinalizeConfig)` which accepts `AutoFinalizeConfig` as a parameter."],["There is also a static `name()` function that returns a `char const*`."]]],[]]