DownloadOptions Class

 

Updated: January 5, 2017

Represents a set of options that may be specified for download operation

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

SystemObject
  Microsoft.WindowsAzure.Storage.DataMovementDownloadOptions

public sealed class DownloadOptions

NameDescription
System_CAPS_pubproperty

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.

System_CAPS_pubproperty

Gets or sets an AccessCondition object that represents the access conditions for the source object. If null, no condition is used.

NameDescription
System_CAPS_pubmethodEquals

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode

(Inherited from Object.)

System_CAPS_pubmethodGetType

(Inherited from Object.)

System_CAPS_pubmethodToString

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: