共用方式為


HDInsightMapReduceActivity interface

HDInsight MapReduce 活動類型。

Extends

屬性

arguments

使用者指定的 HDInsightActivity 自變數。

className

類別名稱。 Type:string (或 expression with resultType string) 。

defines

允許使用者指定 MapReduce 作業要求的定義。

getDebugInfo

偵錯資訊選項。

jarFilePath

Jar 路徑。 Type:string (或 expression with resultType string) 。

jarLibs

Jar libs。

jarLinkedService

Jar 連結服務參考。

storageLinkedServices

記憶體連結服務參考。

type

多型歧視性,指定這個物件可以是的不同類型

繼承的屬性

dependsOn

活動取決於條件。

description

活動描述。

linkedServiceName

鏈接的服務參考。

name

活動名稱。

onInactiveMarkAs

當狀態設定為 [非使用中] 時,活動的狀態結果。 這是選擇性屬性,如果未在活動處於非使用中狀態時提供,則狀態預設會是 [成功]。

policy

活動原則。

state

活動狀態。 這是選擇性屬性,如果未提供,則狀態預設為 [作用中]。

userProperties

活動用戶屬性。

屬性詳細資料

arguments

使用者指定的 HDInsightActivity 自變數。

arguments?: any[]

屬性值

any[]

className

類別名稱。 Type:string (或 expression with resultType string) 。

className: any

屬性值

any

defines

允許使用者指定 MapReduce 作業要求的定義。

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

屬性值

{[propertyName: string]: any}

getDebugInfo

偵錯資訊選項。

getDebugInfo?: string

屬性值

string

jarFilePath

Jar 路徑。 Type:string (或 expression with resultType string) 。

jarFilePath: any

屬性值

any

jarLibs

Jar libs。

jarLibs?: any[]

屬性值

any[]

jarLinkedService

Jar 連結服務參考。

jarLinkedService?: LinkedServiceReference

屬性值

storageLinkedServices

記憶體連結服務參考。

storageLinkedServices?: LinkedServiceReference[]

屬性值

type

多型歧視性,指定這個物件可以是的不同類型

type: "HDInsightMapReduce"

屬性值

"HDInsightMapReduce"

繼承的屬性詳細資料

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