IFileSystemOperations.GetFileStatusAsync Method (String, String, CancellationToken)
Get the file status object specified by the file path.
Namespace: Microsoft.Azure.Management.DataLake.StoreFileSystem
Assembly: Microsoft.Azure.Management.DataLake.StoreFileSystem (in Microsoft.Azure.Management.DataLake.StoreFileSystem.dll)
Syntax
Task<FileStatusResponse> GetFileStatusAsync(
string filePath,
string accountName,
CancellationToken cancellationToken
)
Task<FileStatusResponse^>^ GetFileStatusAsync(
String^ filePath,
String^ accountName,
CancellationToken cancellationToken
)
abstract GetFileStatusAsync :
filePath:string *
accountName:string *
cancellationToken:CancellationToken -> Task<FileStatusResponse>
Function GetFileStatusAsync (
filePath As String,
accountName As String,
cancellationToken As CancellationToken
) As Task(Of FileStatusResponse)
Parameters
filePath
Type: System.StringThe path to the file to retrieve status for.
accountName
Type: System.StringThe name of the account to use
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<FileStatusResponse>
Data Lake Store filesystem file status information response.
See Also
IFileSystemOperations Interface
Microsoft.Azure.Management.DataLake.StoreFileSystem Namespace
Return to top