az dla catalog table-stats

Command group 'dla' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Manage Data Lake Analytics catalog table statistics.

Commands

Name Description Type Status
az dla catalog table-stats list

List table statistics in a database, table, or schema.

Core Preview
az dla catalog table-stats show

Retrieves the specified table statistics from the Data Lake Analytics catalog.

Core Preview

az dla catalog table-stats list

Preview

Command group 'dla' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

List table statistics in a database, table, or schema.

az dla catalog table-stats list --database-name
                                [--account]
                                [--ids]
                                [--schema-name]
                                [--subscription]
                                [--table-name]

Required Parameters

--database-name

The name of the database.

Optional Parameters

--account -n

Name of the Data Lake Analytics account.

--ids

One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.

--schema-name

The schema associated with the tables to list.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--table-name

The table to list statistics for. --schema-name must also be specified.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az dla catalog table-stats show

Preview

Command group 'dla' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Retrieves the specified table statistics from the Data Lake Analytics catalog.

az dla catalog table-stats show --database-name
                                --schema-name
                                --statistics-name
                                --table-name
                                [--account]
                                [--ids]
                                [--subscription]

Required Parameters

--database-name

The name of the database containing the statistics.

--schema-name

The name of the schema containing the statistics.

--statistics-name

The name of the table statistics.

--table-name

The name of the table containing the statistics.

Optional Parameters

--account -n

Name of the Data Lake Analytics account.

--ids

One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.