DownloadDirectoryOptions Properties
Updated: January 5, 2017
Assembly: Microsoft.WindowsAzure.Storage.DataMovement (in Microsoft.WindowsAzure.Storage.DataMovement.dll)
| Name | Description | |
|---|---|---|
![]() | Delimiter | Gets or sets a char that indicates the delimiter character used to delimit virtual directories in a blob name. |
![]() | 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. |
![]() | IncludeSnapshots | Gets or sets a flag indicating whether to include snapshots when downloading from Azure blob storage. |
![]() | Recursive | Gets or sets a boolean that indicates whether to include subdirectories when doing a directory transfer operation. (Inherited from DirectoryOptions.) |
![]() | SearchPattern | Gets or sets a string that will be used to match against the names of files. (Inherited from DirectoryOptions.) |
