USqlTableStatistics Class
A Data Lake Analytics catalog U-SQL table statistics item.
- Inheritance
-
Constructor
USqlTableStatistics(**kwargs)
Parameters
- compute_account_name
-
str
Required
the name of the Data Lake Analytics account.
- version
-
str
Required
the version of the catalog item.
- database_name
-
str
Required
the name of the database.
- schema_name
-
str
Required
the name of the schema associated with this table and
database.
- table_name
-
str
Required
the name of the table.
- name
-
str
Required
the name of the table statistics.
- user_stat_name
-
str
Required
the name of the user statistics.
- stat_data_path
-
str
Required
the path to the statistics data.
- create_time
-
datetime
Required
the creation time of the statistics.
- update_time
-
datetime
Required
the last time the statistics were updated.
- is_user_created
-
bool
Required
the switch indicating if these statistics are user
created.
- is_auto_created
-
bool
Required
the switch indicating if these statistics are
automatically created.
- has_filter
-
bool
Required
the switch indicating if these statistics have a
filter.
- filter_definition
-
str
Required
the filter definition for the statistics.
- col_names
-
list[str]
Required
the list of column names associated with these
statistics.