HDInsightHiveActivity interface
HDInsight Hive 活动类型。
- 扩展
属性
| arguments | 用户指定的 HDInsightActivity 参数。 |
| defines | 允许用户指定 Hive 作业请求的定义。 |
| get |
调试信息选项。 |
| query |
查询超时值(以分钟为单位)。 当 HDInsight 群集使用 ESP(企业安全性套餐)时有效 |
| script |
编写链接服务引用脚本。 |
| script |
脚本路径。 类型:字符串(或带有 resultType 字符串的表达式)。 |
| storage |
存储链接服务引用。 |
| type | 多态鉴别器,它指定此对象可以的不同类型的 |
| variables | hivevar 命名空间下的用户指定参数。 |
继承属性
| depends |
活动取决于条件。 |
| description | 活动说明。 |
| linked |
链接服务引用。 |
| name | 活动名称。 |
| on |
当状态设置为“非活动”时活动的状态结果。 这是一个可选属性,如果未在活动处于非活动状态时提供,则默认情况下状态将成功。 |
| policy | 活动策略。 |
| state | 活动状态。 这是一个可选属性,如果未提供,则状态默认为“活动”。 |
| user |
活动用户属性。 |
属性详细信息
arguments
用户指定的 HDInsightActivity 参数。
arguments?: any[]
属性值
any[]
defines
允许用户指定 Hive 作业请求的定义。
defines?: {[propertyName: string]: any}
属性值
{[propertyName: string]: any}
getDebugInfo
调试信息选项。
getDebugInfo?: string
属性值
string
queryTimeout
查询超时值(以分钟为单位)。 当 HDInsight 群集使用 ESP(企业安全性套餐)时有效
queryTimeout?: number
属性值
number
scriptLinkedService
scriptPath
脚本路径。 类型:字符串(或带有 resultType 字符串的表达式)。
scriptPath?: any
属性值
any
storageLinkedServices
type
多态鉴别器,它指定此对象可以的不同类型的
type: "HDInsightHive"
属性值
"HDInsightHive"
variables
hivevar 命名空间下的用户指定参数。
variables?: {[propertyName: string]: any}
属性值
{[propertyName: string]: any}
继承属性详细信息
dependsOn
活动取决于条件。
dependsOn?: ActivityDependency[]
属性值
description
linkedServiceName
链接服务引用。
linkedServiceName?: LinkedServiceReference
属性值
name
onInactiveMarkAs
当状态设置为“非活动”时活动的状态结果。 这是一个可选属性,如果未在活动处于非活动状态时提供,则默认情况下状态将成功。
onInactiveMarkAs?: string
属性值
string