DownloadDirectoryOptions.DisableContentMD5Validation Property

 

Updated: January 5, 2017

Gets or sets a flag that indicates whether to validate content MD5 or not when reading data from the source object. If set to true, source object content MD5 will be validated; otherwise, source object content MD5 will not be validated. If not specified, it defaults to false.

Namespace:   Microsoft.WindowsAzure.Storage.DataMovement
Assembly:  Microsoft.WindowsAzure.Storage.DataMovement (in Microsoft.WindowsAzure.Storage.DataMovement.dll)

public bool DisableContentMD5Validation { get; set; }

Property Value

Type: System.Boolean

Return to top
Show: