Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
Supports noop? false
Parameters
top(Optional[String[1]])
— The number of items to return. Optional.
createtime(Optional[String[1]])
— the creation time of the statistics.
isautocreated(Optional[String[1]])
— the switch indicating if these statistics are automatically created.
updatetime(Optional[String[1]])
— the last time the statistics were updated.
hasfilter(Optional[String[1]])
— the switch indicating if these statistics have a filter.
version(Optional[String[1]])
— the version of the catalog item.
computeaccountname(Optional[String[1]])
— the name of the Data Lake Analytics account.
databasename(Optional[String[1]])
— the name of the database.
schemaname(Optional[String[1]])
— the name of the schema associated with this table and database.
select(Optional[String[1]])
— OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.
orderby(Optional[String[1]])
— OrderBy clause. One or more comma-separated expressions with an optional 'asc' (the default) or 'desc' depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.
count(Optional[String[1]])
— The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.
colnames(Optional[String[1]])
— the list of column names associated with these statistics.
database_name(Optional[String[1]])
—
api_version(Optional[String[1]])
— Client Api Version.
filterdefinition(Optional[String[1]])
— the filter definition for the statistics.
statisticsname(Optional[String[1]])
— the name of the table statistics.
statdatapath(Optional[String[1]])
— the path to the statistics data.
isusercreated(Optional[String[1]])
— the switch indicating if these statistics are user created.