CopyOptions Class |
Namespace: Microsoft.Azure.Storage.DataMovement
The CopyOptions type exposes the following members.
Name | Description | |
---|---|---|
CopyOptions | Initializes a new instance of the CopyOptions class |
Name | Description | |
---|---|---|
DestinationAccessCondition |
Gets or sets an AccessCondition object that represents the access conditions for the destination object. If null, no condition is used.
| |
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.
| |
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.
| |
SourceAccessCondition |
Gets or sets an AccessCondition object that represents the access conditions for the source object. If null, no condition is used.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |