CatalogOperationsExtensions.ListTableStatistics Method (ICatalogOperations, String, String, String, String, String)

 

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

public static CatalogTableStatisticsListResponse ListTableStatistics(
    this ICatalogOperations operations,
    string resourceGroupName,
    string accountName,
    string databaseName,
    string schemaName,
    string tableName
)
public:
[ExtensionAttribute]
static CatalogTableStatisticsListResponse^ ListTableStatistics(
    ICatalogOperations^ operations,
    String^ resourceGroupName,
    String^ accountName,
    String^ databaseName,
    String^ schemaName,
    String^ tableName
)
static member ListTableStatistics : 
        operations:ICatalogOperations *
        resourceGroupName:string *
        accountName:string *
        databaseName:string *
        schemaName:string *
        tableName:string -> CatalogTableStatisticsListResponse
<ExtensionAttribute>
Public Shared Function ListTableStatistics (
    operations As ICatalogOperations,
    resourceGroupName As String,
    accountName As String,
    databaseName As String,
    schemaName As String,
    tableName As String
) As CatalogTableStatisticsListResponse

Parameters

  • resourceGroupName
    Type: System.String

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

  • accountName
    Type: System.String

    Required. The name of the account to use

  • databaseName
    Type: System.String

    Required. The name of the database to find the statistics in.

  • schemaName
    Type: System.String

    Required. The name of the schema to find the statistics in.

  • tableName
    Type: System.String

    Required. The name of the table to find the statistics in.

Return Value

Type: Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models.CatalogTableStatisticsListResponse

The List table statistics operation response.

See Also

CatalogOperationsExtensions Class
Microsoft.Azure.Management.DataLake.AnalyticsCatalog Namespace

Return to top