Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Gets or sets a value to calculate and send/validate content MD5 for transactions.

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

Syntax

 
public Nullable<bool> UseTransactionalMD5 { get; set; }
 
public:
property Nullable<bool> UseTransactionalMD5 {
	Nullable<bool> get();
	void set(Nullable<bool> value);
}
 
member UseTransactionalMD5 : Nullable<bool> with get, set
 
Public Property UseTransactionalMD5 As Nullable(OfBoolean)

Property Value

Type: System.Nullable<Boolean>System::Nullable<Boolean>System.Nullable<Boolean>System.Nullable(Of Boolean)

Use true to calculate and send/validate content MD5 for transactions; otherwise, false.

Return to top