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

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