Partager via


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

Définition

Initialise l’état Acl

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)

Paramètres

list
List<AclEntry>

Liste d’entrées Acl

owner
String

Propriétaire

group
String

ID de groupe

permission
String

Chaîne d’autorisation

stickyBit
Boolean

Bit collant

S’applique à