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-17 UTC."],[[["This webpage provides reference documentation for the `DownloadValidationMode` enum within the Google Cloud Storage v1 API for .NET."],["The `DownloadValidationMode` enum controls when an object's hash is validated during download, with options for `Always`, `Automatic`, and `Never`."],["The documentation covers versions ranging from 3.4.0 to the latest version of the Google Cloud Storage v1 API package, 4.11.0, with version 4.2.0 being specifically highlighted."],["The content describes that the `Automatic` field will validate the hash if the library detects that it is feasible, and the `Never` field will never validate the hash."],["The description of the `Always` field will validate the hash each time it is called upon."]]],[]]