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."],[[["The webpage provides documentation for the `AutoFinalize` feature within the Google Cloud Storage C++ library, detailing its functionality across multiple versions, including the latest release candidate."],["`AutoFinalize` controls if upload streams automatically finalize upon destruction, which is a relevant setting for resumable uploads, and disabling this is possible through `AutoFinalizeDisabled()`."],["The content covers a range of versions from 2.11.0 up to 2.37.0-rc, showing the historical development and maintenance of the `AutoFinalize` feature, for use with `ObjectWriteStream`."],["The `AutoFinalize` feature has a constructor that accepts an `AutoFinalizeConfig`, as well as a no-argument constructor."],["There is a `name()` function that is static, returning a `char const *`."]]],[]]