DataLakeAnalyticsUsqlActivity interface
Data Lake Analytics U-SQL 活动。
属性
| compilation |
U-SQL 的编译模式。 必须是以下值之一:Semantic、Full 和 SingleBox。 类型:字符串(或带有 resultType 字符串的表达式)。 |
| degree |
用于运行作业的最大节点数。 默认值为 1。 类型:integer(或 Expression with resultType integer),最小值:1。 |
| parameters | U-SQL 作业请求的参数。 |
| priority | 确定应选择已排队的所有作业中的哪些作业以先运行。 数字越低,优先级越高。 默认值为 1000。 类型:integer(或 Expression with resultType integer),最小值:1。 |
| runtime |
要使用的 U-SQL 引擎的运行时版本。 类型:字符串(或带有 resultType 字符串的表达式)。 |
| script |
编写链接服务引用脚本。 |
| script |
包含 U-SQL 脚本的文件夹的区分大小写的路径。 类型:字符串(或带有 resultType 字符串的表达式)。 |
| type | 多态鉴别器,它指定此对象可以的不同类型的 |
继承属性
| depends |
活动取决于条件。 |
| description | 活动说明。 |
| linked |
链接服务引用。 |
| name | 活动名称。 |
| on |
当状态设置为“非活动”时活动的状态结果。 这是一个可选属性,如果未在活动处于非活动状态时提供,则默认情况下状态将成功。 |
| policy | 活动策略。 |
| state | 活动状态。 这是一个可选属性,如果未提供,则状态默认为“活动”。 |
| user |
活动用户属性。 |
属性详细信息
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
scriptPath
包含 U-SQL 脚本的文件夹的区分大小写的路径。 类型:字符串(或带有 resultType 字符串的表达式)。
scriptPath: any
属性值
any
type
多态鉴别器,它指定此对象可以的不同类型的
type: "DataLakeAnalyticsU-SQL"
属性值
"DataLakeAnalyticsU-SQL"
继承属性详细信息
dependsOn
活动取决于条件。
dependsOn?: ActivityDependency[]
属性值
description
linkedServiceName
链接服务引用。
linkedServiceName?: LinkedServiceReference
属性值
name
onInactiveMarkAs
当状态设置为“非活动”时活动的状态结果。 这是一个可选属性,如果未在活动处于非活动状态时提供,则默认情况下状态将成功。
onInactiveMarkAs?: string
属性值
string