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

DataLakeAnalyticsUsqlActivity interface

Data Lake Analytics U-SQL 活动。

扩展

属性

compilationMode

U-SQL 的编译模式。 必须是以下值之一:Semantic、Full 和 SingleBox。 类型:字符串(或带有 resultType 字符串的表达式)。

degreeOfParallelism

用于运行作业的最大节点数。 默认值为 1。 类型:integer(或 Expression with resultType integer),最小值:1。

parameters

U-SQL 作业请求的参数。

priority

确定应选择已排队的所有作业中的哪些作业以先运行。 数字越低,优先级越高。 默认值为 1000。 类型:integer(或 Expression with resultType integer),最小值:1。

runtimeVersion

要使用的 U-SQL 引擎的运行时版本。 类型:字符串(或带有 resultType 字符串的表达式)。

scriptLinkedService

编写链接服务引用脚本。

scriptPath

包含 U-SQL 脚本的文件夹的区分大小写的路径。 类型:字符串(或带有 resultType 字符串的表达式)。

type

多态鉴别器,它指定此对象可以的不同类型的

继承属性

dependsOn

活动取决于条件。

description

活动说明。

linkedServiceName

链接服务引用。

name

活动名称。

onInactiveMarkAs

当状态设置为“非活动”时活动的状态结果。 这是一个可选属性,如果未在活动处于非活动状态时提供,则默认情况下状态将成功。

policy

活动策略。

state

活动状态。 这是一个可选属性,如果未提供,则状态默认为“活动”。

userProperties

活动用户属性。

属性详细信息

compilationMode

U-SQL 的编译模式。 必须是以下值之一:Semantic、Full 和 SingleBox。 类型:字符串(或带有 resultType 字符串的表达式)。

compilationMode?: any

属性值

any

degreeOfParallelism

用于运行作业的最大节点数。 默认值为 1。 类型:integer(或 Expression with resultType integer),最小值:1。

degreeOfParallelism?: any

属性值

any

parameters

U-SQL 作业请求的参数。

parameters?: {[propertyName: string]: any}

属性值

{[propertyName: string]: any}

priority

确定应选择已排队的所有作业中的哪些作业以先运行。 数字越低,优先级越高。 默认值为 1000。 类型:integer(或 Expression with resultType integer),最小值:1。

priority?: any

属性值

any

runtimeVersion

要使用的 U-SQL 引擎的运行时版本。 类型:字符串(或带有 resultType 字符串的表达式)。

runtimeVersion?: any

属性值

any

scriptLinkedService

编写链接服务引用脚本。

scriptLinkedService: LinkedServiceReference

属性值

scriptPath

包含 U-SQL 脚本的文件夹的区分大小写的路径。 类型:字符串(或带有 resultType 字符串的表达式)。

scriptPath: any

属性值

any

type

多态鉴别器,它指定此对象可以的不同类型的

type: "DataLakeAnalyticsU-SQL"

属性值

"DataLakeAnalyticsU-SQL"

继承属性详细信息

dependsOn

活动取决于条件。

dependsOn?: ActivityDependency[]

属性值

继承自 ExecutionActivity.dependsOn

description

活动说明。

description?: string

属性值

string

继承自 ExecutionActivity.description

linkedServiceName

链接服务引用。

linkedServiceName?: LinkedServiceReference

属性值

继承自 ExecutionActivity.linkedServiceName

name

活动名称。

name: string

属性值

string

继承自 ExecutionActivity.name

onInactiveMarkAs

当状态设置为“非活动”时活动的状态结果。 这是一个可选属性,如果未在活动处于非活动状态时提供,则默认情况下状态将成功。

onInactiveMarkAs?: string

属性值

string

继承自 ExecutionActivity.onInactiveMarkAs

policy

活动策略。

policy?: ActivityPolicy

属性值

继承自 ExecutionActivity.policy

state

活动状态。 这是一个可选属性,如果未提供,则状态默认为“活动”。

state?: string

属性值

string

继承自 ExecutionActivity.state

userProperties

活动用户属性。

userProperties?: UserProperty[]

属性值

继承自ExecutionActivity.userProperties