USqlTableFragment Constructors
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.
Overloads
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. |
USqlTableFragment()
Initializes a new instance of the USqlTableFragment class.
public USqlTableFragment ();
Public Sub New ()
Applies to
USqlTableFragment(Nullable<Guid>, Nullable<Guid>, Nullable<Int32>, Nullable<Int64>, Nullable<Int64>, Nullable<DateTimeOffset>, String)
Initializes a new instance of the USqlTableFragment class.
public USqlTableFragment (Guid? parentId = default, Guid? fragmentId = default, int? indexId = default, long? size = default, long? rowCount = default, DateTimeOffset? createDate = default, string streamPath = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableFragment : Nullable<Guid> * Nullable<Guid> * Nullable<int> * Nullable<int64> * Nullable<int64> * Nullable<DateTimeOffset> * string -> Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableFragment
Public Sub New (Optional parentId As Nullable(Of Guid) = Nothing, Optional fragmentId As Nullable(Of Guid) = Nothing, Optional indexId As Nullable(Of Integer) = Nothing, Optional size As Nullable(Of Long) = Nothing, Optional rowCount As Nullable(Of Long) = Nothing, Optional createDate As Nullable(Of DateTimeOffset) = Nothing, Optional streamPath As String = Nothing)
Parameters
the parent object Id of the table fragment. The parent could be a table or table partition.
- createDate
- Nullable<DateTimeOffset>
the creation time of the table fragment.
- streamPath
- String
the relative path for the table fragment location.
Applies to
Azure SDK for .NET