Share via


DataLakeStoreFileSystemClient.GetFileStatus(String, String) Method

Definition

Gets the properties of the file or directory

public Microsoft.Azure.DataLake.Store.DirectoryEntry GetFileStatus (string filePath, string accountName);
member this.GetFileStatus : string * string -> Microsoft.Azure.DataLake.Store.DirectoryEntry
Public Function GetFileStatus (filePath As String, accountName As String) As DirectoryEntry

Parameters

filePath
String

Full path of the file or directory

accountName
String

Account Name

Returns

Instance encapsulating the properties of the path

Applies to