By default the GCS client library computes CRC32C checksums in all upload and download operations. The application can use this option to disable the checksum computation.
[[["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 webpage provides documentation for the `DisableCrc32cChecksum` feature within the Google Cloud Storage C++ client library, spanning versions from 2.11.0 to 2.37.0-rc."],["The `DisableCrc32cChecksum` option allows users to turn off the computation of CRC32C checksums during file uploads and downloads."],["Disabling CRC32C checksums without enabling MD5 checksums is not recommended, as it can expose applications to data corruption, according to the documentation's warning."],["The client library computes CRC32C checksums by default for all upload and download operations, ensuring data integrity."],["The `name()` function is a static function of `DisableCrc32cChecksum`, and returns a `char const *` type, as seen in the function section."]]],[]]