DownloadOptionsDisableContentMD5Validation Property |
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.Azure.Storage.DataMovement
Assembly:
Microsoft.Azure.Storage.DataMovement (in Microsoft.Azure.Storage.DataMovement.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax public bool DisableContentMD5Validation { get; set; }
Public Property DisableContentMD5Validation As Boolean
Get
Set
public:
property bool DisableContentMD5Validation {
bool get ();
void set (bool value);
}
member DisableContentMD5Validation : bool with get, set
Property Value
Type:
BooleanSee Also