This topic has not yet been rated - Rate this topic

BlobRequestOptions.UseTransactionalMD5 Property

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)
'Usage
Dim instance As BlobRequestOptions
Dim value As Nullable(Of Boolean)

value = instance.UseTransactionalMD5

instance.UseTransactionalMD5 = value
public Nullable<bool> UseTransactionalMD5 { get; set; }
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public Nullable<boolean> get_UseTransactionalMD5 ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_UseTransactionalMD5 (Nullable<boolean> value)

CompilerGeneratedAttribute 
public function get UseTransactionalMD5 () : Nullable<boolean>

CompilerGeneratedAttribute 
public function set UseTransactionalMD5 (value : Nullable<boolean>)

Property Value

Use true to calculate and send/validate content MD5 for transactions; otherwise, false.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows 7 and Windows Server 2008

Target Platforms

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.
facebook page visit twitter rss feed newsletter