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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-26 UTC."],[[["The webpage provides documentation for the `AutoFinalize` struct within the Google Cloud Storage C++ library, specifically detailing its functionality related to managing the auto-finalization of upload streams."],["The latest version of the documentation available is `2.37.0-rc`, with an extensive list of previous versions ranging back to version `2.11.0` accessible through provided links."],["The `AutoFinalize` struct controls whether `ObjectWriteStream` objects automatically finalize resumable uploads upon destruction, which can be configured using `AutoFinalizeConfig`."],["The documentation includes a static `name()` function, but its purpose is not explicitly defined beyond the table specifying that it returns a `char const *` type."],["The provided documentation displays parameter details for `AutoFinalize`, specifying `value` as the parameter name, taking `AutoFinalizeConfig` as its type, but not detailing any default values or behavior."]]],[]]