次の方法で共有


AdlsClient.GetAclStatusAsync メソッド

定義

ファイル/ディレクトリの ACL エントリ リスト、所有者 ID、グループ ID、8 進数のアクセス許可、スティッキー ビット (ディレクトリの場合のみ) を非同期に取得します

public virtual System.Threading.Tasks.Task<Microsoft.Azure.DataLake.Store.Acl.AclStatus> GetAclStatusAsync (string path, Microsoft.Azure.DataLake.Store.UserGroupRepresentation userIdFormat = Microsoft.Azure.DataLake.Store.UserGroupRepresentation.ObjectID, System.Threading.CancellationToken cancelToken = default);
abstract member GetAclStatusAsync : string * Microsoft.Azure.DataLake.Store.UserGroupRepresentation * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.DataLake.Store.Acl.AclStatus>
override this.GetAclStatusAsync : string * Microsoft.Azure.DataLake.Store.UserGroupRepresentation * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.DataLake.Store.Acl.AclStatus>
Public Overridable Function GetAclStatusAsync (path As String, Optional userIdFormat As UserGroupRepresentation = Microsoft.Azure.DataLake.Store.UserGroupRepresentation.ObjectID, Optional cancelToken As CancellationToken = Nothing) As Task(Of AclStatus)

パラメーター

path
String

ファイルまたはディレクトリのパス

userIdFormat
UserGroupRepresentation

ユーザー/グループ オブジェクトを表す方法

cancelToken
CancellationToken

要求を取り消す CancellationToken

戻り値

適用対象