AclStatus(List<AclEntry>, String, String, String, Boolean) Constructor
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.
Initializes Acl Status
public AclStatus (System.Collections.Generic.List<Microsoft.Azure.DataLake.Store.Acl.AclEntry> list, string owner, string group, string permission, bool stickyBit);
new Microsoft.Azure.DataLake.Store.Acl.AclStatus : System.Collections.Generic.List<Microsoft.Azure.DataLake.Store.Acl.AclEntry> * string * string * string * bool -> Microsoft.Azure.DataLake.Store.Acl.AclStatus
Public Sub New (list As List(Of AclEntry), owner As String, group As String, permission As String, stickyBit As Boolean)
Parameters
- owner
- String
Owner
- group
- String
Group Id
- permission
- String
Permission string
- stickyBit
- Boolean
Sticky Bit
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