Share via


AdlsClient.GetDirectoryEntry Method

Definition

Synchronously gets meta data like full path, type (file or directory), group, user, permission, length,last Access Time,last Modified Time, expiry time, acl Bit, replication Factor

public virtual 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);
abstract member GetDirectoryEntry : string * Microsoft.Azure.DataLake.Store.UserGroupRepresentation * System.Threading.CancellationToken -> Microsoft.Azure.DataLake.Store.DirectoryEntry
override this.GetDirectoryEntry : string * Microsoft.Azure.DataLake.Store.UserGroupRepresentation * System.Threading.CancellationToken -> Microsoft.Azure.DataLake.Store.DirectoryEntry
Public Overridable Function GetDirectoryEntry (path As String, Optional userIdFormat As UserGroupRepresentation = Microsoft.Azure.DataLake.Store.UserGroupRepresentation.ObjectID, Optional cancelToken As CancellationToken = Nothing) As DirectoryEntry

Parameters

path
String

Path of file or directory

userIdFormat
UserGroupRepresentation

Way the user or group object will be represented

cancelToken
CancellationToken

CancellationToken to cancel the request

Returns

Returns the metadata of the file or directory

Applies to