DirectoryOptions Class
Updated: January 5, 2017
Represents a set of options that may be specified for directory transfer operation
Assembly: Microsoft.WindowsAzure.Storage.DataMovement (in Microsoft.WindowsAzure.Storage.DataMovement.dll)
System.Object
Microsoft.WindowsAzure.Storage.DataMovement.DirectoryOptions
Microsoft.WindowsAzure.Storage.DataMovement.CopyDirectoryOptions
Microsoft.WindowsAzure.Storage.DataMovement.DownloadDirectoryOptions
Microsoft.WindowsAzure.Storage.DataMovement.UploadDirectoryOptions
Microsoft.WindowsAzure.Storage.DataMovement.DirectoryOptions
Microsoft.WindowsAzure.Storage.DataMovement.CopyDirectoryOptions
Microsoft.WindowsAzure.Storage.DataMovement.DownloadDirectoryOptions
Microsoft.WindowsAzure.Storage.DataMovement.UploadDirectoryOptions
| Name | Description | |
|---|---|---|
![]() | DirectoryOptions() |
| Name | Description | |
|---|---|---|
![]() | Recursive | Gets or sets a boolean that indicates whether to include subdirectories when doing a directory transfer operation. |
![]() | SearchPattern | Gets or sets a string that will be used to match against the names of files. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (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.
Show:


