你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

USqlJobProperties 构造函数

定义

重载

USqlJobProperties()

初始化 USqlJobProperties 类的新实例。

USqlJobProperties(String, String, IList<JobResource>, JobStatistics, JobDataPath, IList<Diagnostics>, String, Nullable<TimeSpan>, Nullable<TimeSpan>, Nullable<TimeSpan>, Nullable<TimeSpan>, String, String, Nullable<Int64>, Nullable<CompileMode>)

初始化 USqlJobProperties 类的新实例。

USqlJobProperties()

初始化 USqlJobProperties 类的新实例。

public USqlJobProperties ();
Public Sub New ()

适用于

USqlJobProperties(String, String, IList<JobResource>, JobStatistics, JobDataPath, IList<Diagnostics>, String, Nullable<TimeSpan>, Nullable<TimeSpan>, Nullable<TimeSpan>, Nullable<TimeSpan>, String, String, Nullable<Int64>, Nullable<CompileMode>)

初始化 USqlJobProperties 类的新实例。

public USqlJobProperties (string script, string runtimeVersion = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.JobResource> resources = default, Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatistics statistics = default, Microsoft.Azure.Management.DataLake.Analytics.Models.JobDataPath debugData = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.Diagnostics> diagnostics = default, string algebraFilePath = default, TimeSpan? totalCompilationTime = default, TimeSpan? totalPauseTime = default, TimeSpan? totalQueuedTime = default, TimeSpan? totalRunningTime = default, string rootProcessNodeId = default, string yarnApplicationId = default, long? yarnApplicationTimeStamp = default, Microsoft.Azure.Management.DataLake.Analytics.Models.CompileMode? compileMode = default);
public USqlJobProperties (string script, string runtimeVersion = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.JobResource> resources = default, Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatistics statistics = default, Microsoft.Azure.Management.DataLake.Analytics.Models.JobDataPath debugData = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.Diagnostics> diagnostics = default, string algebraFilePath = default, TimeSpan? totalCompilationTime = default, TimeSpan? totalQueuedTime = default, TimeSpan? totalRunningTime = default, TimeSpan? totalPausedTime = default, string rootProcessNodeId = default, string yarnApplicationId = default, long? yarnApplicationTimeStamp = default, Microsoft.Azure.Management.DataLake.Analytics.Models.CompileMode? compileMode = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.USqlJobProperties : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.JobResource> * Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatistics * Microsoft.Azure.Management.DataLake.Analytics.Models.JobDataPath * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.Diagnostics> * string * Nullable<TimeSpan> * Nullable<TimeSpan> * Nullable<TimeSpan> * Nullable<TimeSpan> * string * string * Nullable<int64> * Nullable<Microsoft.Azure.Management.DataLake.Analytics.Models.CompileMode> -> Microsoft.Azure.Management.DataLake.Analytics.Models.USqlJobProperties
new Microsoft.Azure.Management.DataLake.Analytics.Models.USqlJobProperties : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.JobResource> * Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatistics * Microsoft.Azure.Management.DataLake.Analytics.Models.JobDataPath * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.Diagnostics> * string * Nullable<TimeSpan> * Nullable<TimeSpan> * Nullable<TimeSpan> * Nullable<TimeSpan> * string * string * Nullable<int64> * Nullable<Microsoft.Azure.Management.DataLake.Analytics.Models.CompileMode> -> Microsoft.Azure.Management.DataLake.Analytics.Models.USqlJobProperties
Public Sub New (script As String, Optional runtimeVersion As String = Nothing, Optional resources As IList(Of JobResource) = Nothing, Optional statistics As JobStatistics = Nothing, Optional debugData As JobDataPath = Nothing, Optional diagnostics As IList(Of Diagnostics) = Nothing, Optional algebraFilePath As String = Nothing, Optional totalCompilationTime As Nullable(Of TimeSpan) = Nothing, Optional totalPauseTime As Nullable(Of TimeSpan) = Nothing, Optional totalQueuedTime As Nullable(Of TimeSpan) = Nothing, Optional totalRunningTime As Nullable(Of TimeSpan) = Nothing, Optional rootProcessNodeId As String = Nothing, Optional yarnApplicationId As String = Nothing, Optional yarnApplicationTimeStamp As Nullable(Of Long) = Nothing, Optional compileMode As Nullable(Of CompileMode) = Nothing)
Public Sub New (script As String, Optional runtimeVersion As String = Nothing, Optional resources As IList(Of JobResource) = Nothing, Optional statistics As JobStatistics = Nothing, Optional debugData As JobDataPath = Nothing, Optional diagnostics As IList(Of Diagnostics) = Nothing, Optional algebraFilePath As String = Nothing, Optional totalCompilationTime As Nullable(Of TimeSpan) = Nothing, Optional totalQueuedTime As Nullable(Of TimeSpan) = Nothing, Optional totalRunningTime As Nullable(Of TimeSpan) = Nothing, Optional totalPausedTime As Nullable(Of TimeSpan) = Nothing, Optional rootProcessNodeId As String = Nothing, Optional yarnApplicationId As String = Nothing, Optional yarnApplicationTimeStamp As Nullable(Of Long) = Nothing, Optional compileMode As Nullable(Of CompileMode) = Nothing)

参数

script
String

要运行的脚本。 请注意,最大脚本大小为 3 MB。

runtimeVersion
String

要用于运行的特定作业类型的Data Lake Analytics引擎的运行时版本。

resources
IList<JobResource>

作业所需的资源列表。

statistics
JobStatistics

特定于作业的统计信息。

debugData
JobDataPath

特定于作业的调试数据位置。

diagnostics
IList<Diagnostics>

作业的诊断。

algebraFilePath
String

作业完成后的代数文件路径。

totalCompilationTime
Nullable<TimeSpan>

此作业用于编译的总时间。 此值不应由用户设置,如果此值为 ,则将忽略该值。

totalPauseTimetotalQueuedTime
Nullable<TimeSpan>

此作业暂停所用的总时间。 此值不应由用户设置,如果此值为 ,则将忽略该值。

totalQueuedTimetotalRunningTime
Nullable<TimeSpan>

此作业排队所用的总时间。 此值不应由用户设置,如果此值为 ,则将忽略该值。

totalRunningTimetotalPausedTime
Nullable<TimeSpan>

此作业执行所用的总时间。 此值不应由用户设置,如果此值为 ,则将忽略该值。

rootProcessNodeId
String

用于标识协调作业执行的作业管理器的 ID。 此值不应由用户设置,如果此值为 ,则将忽略该值。

yarnApplicationId
String

用于标识执行作业的 yarn 应用程序的 ID。 此值不应由用户设置,如果此值为 ,则将忽略该值。

yarnApplicationTimeStamp
Nullable<Int64>

执行作业的 yarn 应用程序的时间戳 (刻度) 。 此值不应由用户设置,如果此值为 ,则将忽略该值。

compileMode
Nullable<CompileMode>

执行期间使用的作业的特定编译模式。 如果在提交期间未指定此项,服务器将确定最佳编译模式。 可能的值包括:“Semantic”、“Full”、“SingleBox”

适用于