Delen via


USqlTablePartition Constructors

Definition

Overloads

USqlTablePartition()

Initializes a new instance of the USqlTablePartition class.

USqlTablePartition(String, Nullable<Guid>, String, String, String, DdlName, Nullable<Int32>, IList<String>, Nullable<DateTimeOffset>)

Initializes a new instance of the USqlTablePartition class.

USqlTablePartition()

Initializes a new instance of the USqlTablePartition class.

public USqlTablePartition ();
Public Sub New ()

Applies to

USqlTablePartition(String, Nullable<Guid>, String, String, String, DdlName, Nullable<Int32>, IList<String>, Nullable<DateTimeOffset>)

Initializes a new instance of the USqlTablePartition class.

public USqlTablePartition (string computeAccountName = default, Guid? version = default, string databaseName = default, string schemaName = default, string name = default, Microsoft.Azure.Management.DataLake.Analytics.Models.DdlName parentName = default, int? indexId = default, System.Collections.Generic.IList<string> label = default, DateTimeOffset? createDate = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition : string * Nullable<Guid> * string * string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.DdlName * Nullable<int> * System.Collections.Generic.IList<string> * Nullable<DateTimeOffset> -> Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition
Public Sub New (Optional computeAccountName As String = Nothing, Optional version As Nullable(Of Guid) = Nothing, Optional databaseName As String = Nothing, Optional schemaName As String = Nothing, Optional name As String = Nothing, Optional parentName As DdlName = Nothing, Optional indexId As Nullable(Of Integer) = Nothing, Optional label As IList(Of String) = Nothing, Optional createDate As Nullable(Of DateTimeOffset) = Nothing)

Parameters

computeAccountName
String

the name of the Data Lake Analytics account.

version
Nullable<Guid>

the version of the catalog item.

databaseName
String

the name of the database.

schemaName
String

the name of the schema associated with this table partition and database.

name
String

the name of the table partition.

parentName
DdlName

the Ddl object of the partition's parent.

indexId
Nullable<Int32>

the index ID for this partition.

label
IList<String>

the list of labels associated with this partition.

createDate
Nullable<DateTimeOffset>

the creation time of the partition

Applies to