USqlTableFragment Class
A Data Lake Analytics catalog U-SQL table fragment item.
- Inheritance
-
USqlTableFragment
Constructor
USqlTableFragment(*, parent_id: Optional[str] = None, fragment_id: Optional[str] = None, index_id: Optional[int] = None, size: Optional[int] = None, row_count: Optional[int] = None, create_date=None, **kwargs)
Parameters
- parent_id
- str
Required
the parent object Id of the table fragment. The parent could be a table or table partition.
- size
- <xref:long>
Required
the data size of the table fragment in bytes.
- row_count
- <xref:long>
Required
the number of rows in the table fragment.
Feedback
Submit and view feedback for