ShareFileCopyOptions.ModeCopyMode 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.
Optional, only applicable to NFS Files. If not populated, the desination file will have the default File Mode.
public Azure.Storage.Files.Shares.Models.ModeCopyMode? ModeCopyMode { get; set; }
member this.ModeCopyMode : Nullable<Azure.Storage.Files.Shares.Models.ModeCopyMode> with get, set
Public Property ModeCopyMode As Nullable(Of ModeCopyMode)