ICatalogOperations.ListTableStatisticsAsync Method (String, String, String, String, String, CancellationToken)

 

Retrieves the list of tables from the current DataLakeAnalytics catalog

Namespace:   Microsoft.Azure.Management.DataLake.AnalyticsCatalog
Assembly:  Microsoft.Azure.Management.DataLake.AnalyticsCatalog (in Microsoft.Azure.Management.DataLake.AnalyticsCatalog.dll)

Syntax

Task<CatalogTableStatisticsListResponse> ListTableStatisticsAsync(
    string resourceGroupName,
    string accountName,
    string databaseName,
    string schemaName,
    string tableName,
    CancellationToken cancellationToken
)
Task<CatalogTableStatisticsListResponse^>^ ListTableStatisticsAsync(
    String^ resourceGroupName,
    String^ accountName,
    String^ databaseName,
    String^ schemaName,
    String^ tableName,
    CancellationToken cancellationToken
)
abstract ListTableStatisticsAsync : 
        resourceGroupName:string *
        accountName:string *
        databaseName:string *
        schemaName:string *
        tableName:string *
        cancellationToken:CancellationToken -> Task<CatalogTableStatisticsListResponse>
Function ListTableStatisticsAsync (
    resourceGroupName As String,
    accountName As String,
    databaseName As String,
    schemaName As String,
    tableName As String,
    cancellationToken As CancellationToken
) As Task(Of CatalogTableStatisticsListResponse)

Parameters

  • resourceGroupName
    Type: System.String

    The name of the resourceGroup the Data Lake Analytics account is in

  • databaseName
    Type: System.String

    The name of the database to find the statistics in.

  • schemaName
    Type: System.String

    The name of the schema to find the statistics in.

  • tableName
    Type: System.String

    The name of the table to find the statistics in.

Return Value

Type: System.Threading.Tasks.Task<CatalogTableStatisticsListResponse>

The List table statistics operation response.

See Also

ICatalogOperations Interface
Microsoft.Azure.Management.DataLake.AnalyticsCatalog Namespace

Return to top