CopyDirectoryOptionsPreserveSMBAttributes Property |
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.
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 bool PreserveSMBAttributes { get; set; }
Public Property PreserveSMBAttributes As Boolean
Get
Set
public:
property bool PreserveSMBAttributes {
bool get ();
void set (bool value);
}
member PreserveSMBAttributes : bool with get, set
Property Value
Type:
BooleanSee Also