DownloadDirectoryOptions Properties

 

Updated: January 5, 2017

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

NameDescription
System_CAPS_pubpropertyDelimiter

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

System_CAPS_pubpropertyDisableContentMD5Validation

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_pubpropertyIncludeSnapshots

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

System_CAPS_pubpropertyRecursive

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

System_CAPS_pubpropertySearchPattern

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

Return to top
Show: