BlobDownloadOptions.TransferValidation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional override settings for this client's TransferValidation settings. Set AutoValidateChecksum to false if you would like to skip SDK checksum validation and validate the checksum found in the Response object yourself. Range must be provided explicitly, stating a range withing Azure Storage size limits for requesting a transactional hash. See the REST documentation for range limitation details.
public Azure.Storage.DownloadTransferValidationOptions TransferValidation { get; set; }
member this.TransferValidation : Azure.Storage.DownloadTransferValidationOptions with get, set
Public Property TransferValidation As DownloadTransferValidationOptions
Property Value
Applies to
Azure SDK for .NET