Enum DownloadValidationMode (3.4.0)

public enum DownloadValidationMode

Describes the circumstances under which the hash of an object is validated when downloading.

Namespace

Google.Cloud.Storage.V1

Assembly

Google.Cloud.Storage.V1.dll

Fields

NameDescription
Always

The hash is always 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.