你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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