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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET