CopyDirectoryOptions Class
Updated: January 5, 2017
Represents a set of options that may be specified for copy directory operation
Assembly: Microsoft.WindowsAzure.Storage.DataMovement (in Microsoft.WindowsAzure.Storage.DataMovement.dll)
Microsoft.WindowsAzure.Storage.DataMovement.DirectoryOptions
Microsoft.WindowsAzure.Storage.DataMovement.CopyDirectoryOptions
| Name | Description | |
|---|---|---|
![]() | CopyDirectoryOptions() |
| Name | Description | |
|---|---|---|
![]() | BlobType | Gets or sets type of destination blob. This option takes effect only when copying from non Azure blob storage to Azure blob storage. If blob type is not specified, BlockBlob is used. |
![]() | Delimiter | Gets or sets a char that indicates the delimiter character used to delimit virtual directories in a blob name. |
![]() | IncludeSnapshots | Gets or sets a flag indicating whether to include snapshots when copying 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.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (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.

