共用方式為


HDInsightPigActivity interface

HDInsight Pig 活動類型。

Extends

屬性

arguments

使用者指定的 HDInsightActivity 自變數。 類型:array(或 expression with resultType array 的 Expression)。

defines

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

getDebugInfo

偵錯資訊選項。

scriptLinkedService

編寫連結服務參考的腳本。

scriptPath

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

storageLinkedServices

記憶體連結服務參考。

type

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

繼承的屬性

dependsOn

活動取決於條件。

description

活動描述。

linkedServiceName

鏈接的服務參考。

name

活動名稱。

onInactiveMarkAs

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

policy

活動原則。

state

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

userProperties

活動用戶屬性。

屬性詳細資料

arguments

使用者指定的 HDInsightActivity 自變數。 類型:array(或 expression with resultType array 的 Expression)。

arguments?: any

屬性值

any

defines

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

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

屬性值

{[propertyName: string]: any}

getDebugInfo

偵錯資訊選項。

getDebugInfo?: string

屬性值

string

scriptLinkedService

編寫連結服務參考的腳本。

scriptLinkedService?: LinkedServiceReference

屬性值

scriptPath

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

scriptPath?: any

屬性值

any

storageLinkedServices

記憶體連結服務參考。

storageLinkedServices?: LinkedServiceReference[]

屬性值

type

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

type: "HDInsightPig"

屬性值

"HDInsightPig"

繼承的屬性詳細資料

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