USqlTableFragment Class

A Data Lake Analytics catalog U-SQL table fragment item.

Inheritance
USqlTableFragment

Constructor

USqlTableFragment(**kwargs)

Parameters

parent_id
str
Required

the parent object Id of the table fragment. The parent could be a table or table partition.

fragment_id
str
Required

the version of the catalog item.

index_id
int
Required

the ordinal of the index which contains the table fragment.

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.

create_date
datetime
Required

the creation time of the table fragment.