az dla catalog table-stats
This command group is implicitly deprecated because command group 'dla' is deprecated and will be removed in version '2.67.0'.
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 | Deprecated |
az dla catalog table-stats show |
Retrieves the specified table statistics from the Data Lake Analytics catalog. |
Core | Deprecated |
az dla catalog table-stats list
This command is implicitly deprecated because command group 'dla' is deprecated and will be removed in version '2.67.0'.
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
The name of the database.
Optional Parameters
Name of the Data Lake Analytics account.
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.
The schema associated with the tables to list.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
The table to list statistics for. --schema-name
must also be specified.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az dla catalog table-stats show
This command is implicitly deprecated because command group 'dla' is deprecated and will be removed in version '2.67.0'.
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
The name of the database containing the statistics.
The name of the schema containing the statistics.
The name of the table statistics.
The name of the table containing the statistics.
Optional Parameters
Name of the Data Lake Analytics account.
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.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.