Click or drag to resize

CopyDirectoryOptions Class

Represents a set of options that may be specified for copy directory operation
Inheritance Hierarchy
SystemObject
  Microsoft.Azure.Storage.DataMovementDirectoryOptions
    Microsoft.Azure.Storage.DataMovementCopyDirectoryOptions

Namespace:  Microsoft.Azure.Storage.DataMovement
Assembly:  Microsoft.Azure.Storage.DataMovement (in Microsoft.Azure.Storage.DataMovement.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
public sealed class CopyDirectoryOptions : DirectoryOptions

The CopyDirectoryOptions type exposes the following members.

Constructors
  NameDescription
Public methodCopyDirectoryOptions
Initializes a new instance of the CopyDirectoryOptions class
Top
Properties
  NameDescription
Public propertyBlobType
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.
Public propertyDelimiter
Gets or sets a char that indicates the delimiter character used to delimit virtual directories in a blob name.
Public propertyEncryptionScope
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.
Public propertyIncludeSnapshots
Gets or sets a flag indicating whether to include snapshots when copying from Azure blob storage.
Public propertyPreserveSMBAttributes
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.
Public propertyPreserveSMBPermissions
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.
Public propertyRecursive
Gets or sets a boolean that indicates whether to include subdirectories when doing a directory transfer operation.
(Inherited from DirectoryOptions.)
Public propertySearchPattern
Gets or sets a string that will be used to match against the names of files.
(Inherited from DirectoryOptions.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also