次の方法で共有


AclStatus(List<AclEntry>, String, String, String, Boolean) コンストラクター

定義

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)

パラメーター

list
List<AclEntry>

ACL エントリ リスト

owner
String

所有者

group
String

グループ ID

permission
String

アクセス許可文字列

stickyBit
Boolean

固定ビット

適用対象