ShareFileCopyOptions.OwnerCopyMode 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 Owner and Group.
public Azure.Storage.Files.Shares.Models.OwnerCopyMode? OwnerCopyMode { get; set; }
member this.OwnerCopyMode : Nullable<Azure.Storage.Files.Shares.Models.OwnerCopyMode> with get, set
Public Property OwnerCopyMode As Nullable(Of OwnerCopyMode)