USqlTablePartition Class
A Data Lake Analytics catalog U-SQL table partition item.
- Inheritance
-
Constructor
USqlTablePartition(*, compute_account_name: Optional[str] = None, version: Optional[str] = None, database_name: Optional[str] = None, schema_name: Optional[str] = None, name: Optional[str] = None, parent_name=None, index_id: Optional[int] = None, label=None, create_date=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
partition and database.
- name
-
str
Required
the name of the table partition.
- parent_name
-
DdlName
Required
the Ddl object of the partition's parent.
- index_id
-
int
Required
the index ID for this partition.
- label
-
list[str]
Required
the list of labels associated with this partition.
- create_date
-
datetime
Required
the creation time of the partition