USqlTableFragment Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A Data Lake Analytics catalog U-SQL table fragment item.
public class USqlTableFragment
type USqlTableFragment = class
Public Class USqlTableFragment
- Inheritance
-
USqlTableFragment
Constructors
USqlTableFragment() |
Initializes a new instance of the USqlTableFragment class. |
USqlTableFragment(Nullable<Guid>, Nullable<Guid>, Nullable<Int32>, Nullable<Int64>, Nullable<Int64>, Nullable<DateTimeOffset>, String) |
Initializes a new instance of the USqlTableFragment class. |
Properties
CreateDate |
Gets or sets the creation time of the table fragment. |
FragmentId |
Gets or sets the version of the catalog item. |
IndexId |
Gets or sets the ordinal of the index which contains the table fragment. |
ParentId |
Gets or sets the parent object Id of the table fragment. The parent could be a table or table partition. |
RowCount |
Gets or sets the number of rows in the table fragment. |
Size |
Gets or sets the data size of the table fragment in bytes. |
StreamPath |
Gets or sets the relative path for the table fragment location. |
Applies to
Azure SDK for .NET