Share via


AclStatus(List<AclEntry>, String, String, String, Boolean) Constructor

Definition

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

list
List<AclEntry>

Acl Entry list

owner
String

Owner

group
String

Group Id

permission
String

Permission string

stickyBit
Boolean

Sticky Bit

Applies to