Class USqlTableFragment
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.USqlTableFragment
A Data Lake Analytics catalog U-SQL table fragment item.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.joda.time.DateTime
Get the creation time of the table fragment.Get the version of the catalog item.indexId()
Get the ordinal of the index which contains the table fragment.parentId()
Get the parent object Id of the table fragment.rowCount()
Get the number of rows in the table fragment.size()
Get the data size of the table fragment in bytes.withCreateDate
(org.joda.time.DateTime createDate) Set the creation time of the table fragment.withFragmentId
(UUID fragmentId) Set the version of the catalog item.withIndexId
(Integer indexId) Set the ordinal of the index which contains the table fragment.withParentId
(UUID parentId) Set the parent object Id of the table fragment.withRowCount
(Long rowCount) Set the number of rows in the table fragment.Set the data size of the table fragment in bytes.
-
Constructor Details
-
USqlTableFragment
public USqlTableFragment()
-
-
Method Details
-
parentId
Get the parent object Id of the table fragment. The parent could be a table or table partition.- Returns:
- the parentId value
-
withParentId
Set the parent object Id of the table fragment. The parent could be a table or table partition.- Parameters:
parentId
- the parentId value to set- Returns:
- the USqlTableFragment object itself.
-
fragmentId
Get the version of the catalog item.- Returns:
- the fragmentId value
-
withFragmentId
Set the version of the catalog item.- Parameters:
fragmentId
- the fragmentId value to set- Returns:
- the USqlTableFragment object itself.
-
indexId
Get the ordinal of the index which contains the table fragment.- Returns:
- the indexId value
-
withIndexId
Set the ordinal of the index which contains the table fragment.- Parameters:
indexId
- the indexId value to set- Returns:
- the USqlTableFragment object itself.
-
size
Get the data size of the table fragment in bytes.- Returns:
- the size value
-
withSize
Set the data size of the table fragment in bytes.- Parameters:
size
- the size value to set- Returns:
- the USqlTableFragment object itself.
-
rowCount
Get the number of rows in the table fragment.- Returns:
- the rowCount value
-
withRowCount
Set the number of rows in the table fragment.- Parameters:
rowCount
- the rowCount value to set- Returns:
- the USqlTableFragment object itself.
-
createDate
public org.joda.time.DateTime createDate()Get the creation time of the table fragment.- Returns:
- the createDate value
-
withCreateDate
Set the creation time of the table fragment.- Parameters:
createDate
- the createDate value to set- Returns:
- the USqlTableFragment object itself.
-