USqlTable Class
A Data Lake Analytics catalog U-SQL table item.
- Inheritance
-
Constructor
USqlTable(*, compute_account_name: Optional[str] = None, version: Optional[str] = None, database_name: Optional[str] = None, schema_name: Optional[str] = None, name: Optional[str] = None, column_list=None, index_list=None, partition_key_list=None, external_table=None, distribution_info=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.
- name
-
str
Required
the name of the table.
- index_list
-
list[USqlIndex]
Required
the list of indices in this table
- partition_key_list
-
list[str]
Required
the list of partition keys in the table
- external_table
-
ExternalTable
Required
the external table associated with the table.