IFileSystemOperations.GetContentSummaryAsync Method (String, String, CancellationToken)
Gets the file content summary 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<ContentSummaryResponse> GetContentSummaryAsync(
string filePath,
string accountName,
CancellationToken cancellationToken
)
Task<ContentSummaryResponse^>^ GetContentSummaryAsync(
String^ filePath,
String^ accountName,
CancellationToken cancellationToken
)
abstract GetContentSummaryAsync :
filePath:string *
accountName:string *
cancellationToken:CancellationToken -> Task<ContentSummaryResponse>
Function GetContentSummaryAsync (
filePath As String,
accountName As String,
cancellationToken As CancellationToken
) As Task(Of ContentSummaryResponse)
Parameters
filePath
Type: System.StringThe path to the file to open.
accountName
Type: System.StringThe name of the account to use
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<ContentSummaryResponse>
Data Lake Store filesystem content summary information response.
See Also
IFileSystemOperations Interface
Microsoft.Azure.Management.DataLake.StoreFileSystem Namespace
Return to top