USqlTablePartition 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
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.
- 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.
- createDate
- Nullable<DateTimeOffset>
the creation time of the partition
Applies to
Azure SDK for .NET