CopyDirectoryOptions Class

Definition

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

public sealed class CopyDirectoryOptions : Microsoft.Azure.Storage.DataMovement.DirectoryOptions
type CopyDirectoryOptions = class
    inherit DirectoryOptions
Public NotInheritable Class CopyDirectoryOptions
Inherits DirectoryOptions
Inheritance
CopyDirectoryOptions

Constructors

CopyDirectoryOptions()

Properties

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.

EncryptionScope

Gets or sets a value which specifies the name of the encryption scope to use to encrypt the data provided in the request. This value only takes effect when destination is Azure Blob Service.

IncludeSnapshots

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

PreserveSMBAttributes

Gets or sets a flag that indicates whether to preserve SMB attributes during copying. If set to true, destination Azure File's attributes will be set as source local file's attributes. SMB attributes includes last write time, creation time and CloudFileNtfsAttributes. This flag only takes effect when copying from Azure File Service to Azure File Service.

PreserveSMBPermissions

Gets or sets a flag that indicates whether to preserve SMB permissions during copying. This flag only takes effect when copying from Azure File Service to Azure File Service.

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)

Applies to