PathPermissions Constructors
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.
Overloads
PathPermissions() |
Internal empty constructor. |
PathPermissions(RolePermissions, RolePermissions, RolePermissions, Boolean, Boolean) |
Public constructor. |
PathPermissions()
- Source:
- PathPermissions.cs
- Source:
- PathPermissions.cs
Internal empty constructor.
public PathPermissions ();
Public Sub New ()
Applies to
PathPermissions(RolePermissions, RolePermissions, RolePermissions, Boolean, Boolean)
- Source:
- PathPermissions.cs
- Source:
- PathPermissions.cs
Public constructor.
public PathPermissions (Azure.Storage.Files.DataLake.Models.RolePermissions owner, Azure.Storage.Files.DataLake.Models.RolePermissions group, Azure.Storage.Files.DataLake.Models.RolePermissions other, bool stickyBit = false, bool extendedInfoInAcl = false);
new Azure.Storage.Files.DataLake.Models.PathPermissions : Azure.Storage.Files.DataLake.Models.RolePermissions * Azure.Storage.Files.DataLake.Models.RolePermissions * Azure.Storage.Files.DataLake.Models.RolePermissions * bool * bool -> Azure.Storage.Files.DataLake.Models.PathPermissions
Public Sub New (owner As RolePermissions, group As RolePermissions, other As RolePermissions, Optional stickyBit As Boolean = false, Optional extendedInfoInAcl As Boolean = false)
Parameters
- owner
- RolePermissions
The path owner's permissions.
- group
- RolePermissions
The path group's permissions.
- other
- RolePermissions
Permissions for other users.
- stickyBit
- Boolean
If sticky bit is enabled
- extendedInfoInAcl
- Boolean
If there is extended info in the ACL
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET