DataLakeStoreFileSystemClient.GetFileStatus(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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