次の方法で共有


MockAdlsClient.GetDirectoryEntry メソッド

定義

ディレクトリまたはファイル情報を取得する

public override Microsoft.Azure.DataLake.Store.DirectoryEntry GetDirectoryEntry (string path, Microsoft.Azure.DataLake.Store.UserGroupRepresentation userIdFormat = Microsoft.Azure.DataLake.Store.UserGroupRepresentation.ObjectID, System.Threading.CancellationToken cancelToken = default);
override this.GetDirectoryEntry : string * Microsoft.Azure.DataLake.Store.UserGroupRepresentation * System.Threading.CancellationToken -> Microsoft.Azure.DataLake.Store.DirectoryEntry
Public Overrides Function GetDirectoryEntry (path As String, Optional userIdFormat As UserGroupRepresentation = Microsoft.Azure.DataLake.Store.UserGroupRepresentation.ObjectID, Optional cancelToken As CancellationToken = Nothing) As DirectoryEntry

パラメーター

path
String

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

userIdFormat
UserGroupRepresentation

ユーザーまたはグループ ID の形式

cancelToken
CancellationToken

キャンセル トークン

戻り値

適用対象