USqlTableStatistics Class
A Data Lake Analytics catalog U-SQL table statistics item.
- Inheritance
-
Constructor
USqlTableStatistics(*, compute_account_name: Optional[str] = None, version: Optional[str] = None, database_name: Optional[str] = None, schema_name: Optional[str] = None, table_name: Optional[str] = None, name: Optional[str] = None, user_stat_name: Optional[str] = None, stat_data_path: Optional[str] = None, create_time=None, update_time=None, is_user_created: Optional[bool] = None, is_auto_created: Optional[bool] = None, has_filter: Optional[bool] = None, filter_definition: Optional[str] = None, col_names=None, **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.