CopyOptions.PreserveSMBAttributes Property

Definition

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 bool PreserveSMBAttributes { get; set; }
member this.PreserveSMBAttributes : bool with get, set
Public Property PreserveSMBAttributes As Boolean

Property Value

Applies to