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-05-07 UTC."],[[["This webpage provides documentation for the `AutoFinalize` feature within the Google Cloud Storage C++ library, which controls whether upload streams automatically finalize upon destruction."],["The latest version documented is 2.37.0-rc, with a comprehensive list of previous versions available for reference, starting from 2.36.0 down to 2.11.0."],["The `AutoFinalize` feature can be configured using the `AutoFinalizeConfig` parameter in its constructor, allowing for the disabling of auto-finalization in certain applications."],["The `ObjectWriteStream` class is directly affected by the `AutoFinalize` configuration, as it determines if an upload is finalized upon object destruction."],["The `name()` function returns a `char const*` type, although its full description is not provided."]]],[]]