Share via


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

CreateUSqlJobProperties 类

定义

提交 U-SQL 作业时使用的 U-SQL 作业属性。

[Newtonsoft.Json.JsonObject("USql")]
public class CreateUSqlJobProperties : Microsoft.Azure.Management.DataLake.Analytics.Models.CreateJobProperties
[<Newtonsoft.Json.JsonObject("USql")>]
type CreateUSqlJobProperties = class
    inherit CreateJobProperties
Public Class CreateUSqlJobProperties
Inherits CreateJobProperties
继承
CreateUSqlJobProperties
属性
Newtonsoft.Json.JsonObjectAttribute

构造函数

CreateUSqlJobProperties()

初始化 CreateUSqlJobProperties 类的新实例。

CreateUSqlJobProperties(String, String, Nullable<CompileMode>)

初始化 CreateUSqlJobProperties 类的新实例。

属性

CompileMode

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

RuntimeVersion

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

(继承自 CreateJobProperties)
Script

获取或设置要运行的脚本。 请注意,最大脚本大小为 3 MB。

(继承自 CreateJobProperties)

方法

Validate()

验证 对象。

适用于