次の方法で共有


AdlsClient.GetDirectoryEntryAsync メソッド

定義

完全パス、型 (ファイルまたはディレクトリ)、グループ、ユーザー、アクセス許可、長さ、最終アクセス時間、最終変更時刻、有効期限、acl ビット、レプリケーション係数などのメタデータを非同期に取得します

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

パラメーター

path
String

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

uid
UserGroupRepresentation

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

cancelToken
CancellationToken

要求を取り消す CancellationToken

戻り値

ファイルまたはディレクトリのメタデータを返します

適用対象