BlobRequestOptions.StoreBlobContentMD5 Property (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
BlobRequestOptions.StoreBlobContentMD5 Property
BlobRequestOptions::StoreBlobContentMD5 Property
BlobRequestOptions.StoreBlobContentMD5 Property
BlobRequestOptions.StoreBlobContentMD5 Property
Gets or sets a value to indicate that an MD5 hash will be calculated and stored when uploading a blob.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property Nullable<bool> StoreBlobContentMD5 {
Nullable<bool> get();
void set(Nullable<bool> value);
}
Property Value
Type:
System.Nullable<Boolean>System::Nullable<Boolean>System.Nullable<Boolean>System.Nullable(Of Boolean)Use true to calculate and store an MD5 hash when uploading a blob; otherwise, false.
Remarks
This property is not supported for CloudAppendBlob.
Return to top
Gets or sets a value to indicate that an MD5 hash will be calculated and stored when uploading a blob.
Syntax
C++
public: property Nullable<bool> StoreBlobContentMD5 { Nullable<bool> get(); void set(Nullable<bool> value); }
Property Value
Type: System.Nullable<Boolean>System::Nullable<Boolean>System.Nullable<Boolean>System.Nullable(Of Boolean)Use true to calculate and store an MD5 hash when uploading a blob; otherwise, false.
Remarks
This property is not supported for CloudAppendBlob.