DownloadDirectoryOptions.PreserveSMBAttributes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a flag that indicates whether to preserve SMB attributes during downloading. 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. CloudFileNtfsAttributes will be converted to FileAttributes , and then set to destination local file. This flag only takes effect when uploading from local file to Azure File Service. Preserving SMB attributes is only supported on Windows.
public bool PreserveSMBAttributes { get; set; }
member this.PreserveSMBAttributes : bool with get, set
Public Property PreserveSMBAttributes As Boolean
Property Value
Applies to
Azure SDK for .NET