The hash is validated if the library can detect that validation should
be feasible. If response headers provide information to indicate that
hash validation will fail (even in the face of correct data), the hash
is not validated.
Never
The hash is never validated; data integrity errors may still be exposed
via other network layers, but there is a risk of data loss.
[[["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-08 UTC."],[[["This page provides reference documentation for the `DownloadValidationMode` enum within the Google Cloud Storage v1 API for .NET."],["The `DownloadValidationMode` enum controls when object hashes are validated during downloads, offering options for `Always`, `Automatic`, and `Never`."],["The latest version of this documentation is 4.11.0, with links to documentation for previous versions of the API from 4.10.0 all the way down to 3.4.0."],["The enum is found in the `Google.Cloud.Storage.V1` namespace and is part of the `Google.Cloud.Storage.V1.dll` assembly."],["Each of the possible fields in the enum, `Always`, `Automatic`, and `Never`, have their own description which covers when the hash is validated, with `Always` always being validated, `Automatic` when the validation is feasible, and `Never` when it is not validated at all."]]],[]]