ShareFileStorageResourceOptions.FilePermissions 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.
To preserve the key of the file permission. If set to true, the permission key will be preserved from the source Share to the destination Share. This requires a Create Share Permissions operation, which is a operation called on the Destination Share, which requires Share level permissions.
By default the permission key will not be preserved from the source Share to the destination Share. If explicitly set to null, the File Permissions will not be preserved. Applies only to copy transfers.
public bool? FilePermissions { get; set; }
public Azure.Storage.DataMovement.DataTransferProperty FilePermissions { get; set; }
member this.FilePermissions : Nullable<bool> with get, set
member this.FilePermissions : Azure.Storage.DataMovement.DataTransferProperty with get, set
Public Property FilePermissions As Nullable(Of Boolean)
Public Property FilePermissions As DataTransferProperty
Property Value
Applies to
Azure SDK for .NET