Share via


DownloadDirectoryOptions Class

 

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

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Storage.DataMovement.DirectoryOptions
    Microsoft.WindowsAzure.Storage.DataMovement.DownloadDirectoryOptions

Syntax

public sealed class DownloadDirectoryOptions : DirectoryOptions

Constructors

Name Description
System_CAPS_pubmethod DownloadDirectoryOptions()

Properties

Name Description
System_CAPS_pubproperty Delimiter

Gets or sets a char that indicates the delimiter character used to delimit virtual directories in a blob name.

System_CAPS_pubproperty DisableContentMD5Validation

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 IncludeSnapshots

Gets or sets a flag indicating whether to include snapshots when downloading from Azure blob storage.

System_CAPS_pubproperty Recursive

Gets or sets a boolean that indicates whether to include subdirectories when doing a directory transfer operation. (Inherited from DirectoryOptions.)

System_CAPS_pubproperty SearchPattern

Gets or sets a string that will be used to match against the names of files. (Inherited from DirectoryOptions.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

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

See Also

Microsoft.WindowsAzure.Storage.DataMovement Namespace

Return to top