共用方式為


HDInsightStreamingActivity interface

HDInsight 串流活動類型。

Extends

屬性

arguments

使用者指定的 HDInsightActivity 自變數。

combiner

合併器可執行檔名稱。 Type:string (或 expression with resultType string) 。

commandEnvironment

命令行環境值。

defines

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

fileLinkedService

檔案所在的連結服務參考。

filePaths

串流作業檔案的路徑。 可以是目錄。

getDebugInfo

偵錯資訊選項。

input

輸入 Blob 路徑。 Type:string (或 expression with resultType string) 。

mapper

Mapper 可執行檔名稱。 Type:string (或 expression with resultType string) 。

output

輸出 Blob 路徑。 Type:string (或 expression with resultType string) 。

reducer

歸納器可執行檔名稱。 Type:string (或 expression with resultType string) 。

storageLinkedServices

記憶體連結服務參考。

type

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

繼承的屬性

dependsOn

活動取決於條件。

description

活動描述。

linkedServiceName

鏈接的服務參考。

name

活動名稱。

onInactiveMarkAs

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

policy

活動原則。

state

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

userProperties

活動用戶屬性。

屬性詳細資料

arguments

使用者指定的 HDInsightActivity 自變數。

arguments?: any[]

屬性值

any[]

combiner

合併器可執行檔名稱。 Type:string (或 expression with resultType string) 。

combiner?: any

屬性值

any

commandEnvironment

命令行環境值。

commandEnvironment?: any[]

屬性值

any[]

defines

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

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

屬性值

{[propertyName: string]: any}

fileLinkedService

檔案所在的連結服務參考。

fileLinkedService?: LinkedServiceReference

屬性值

filePaths

串流作業檔案的路徑。 可以是目錄。

filePaths: any[]

屬性值

any[]

getDebugInfo

偵錯資訊選項。

getDebugInfo?: string

屬性值

string

input

輸入 Blob 路徑。 Type:string (或 expression with resultType string) 。

input: any

屬性值

any

mapper

Mapper 可執行檔名稱。 Type:string (或 expression with resultType string) 。

mapper: any

屬性值

any

output

輸出 Blob 路徑。 Type:string (或 expression with resultType string) 。

output: any

屬性值

any

reducer

歸納器可執行檔名稱。 Type:string (或 expression with resultType string) 。

reducer: any

屬性值

any

storageLinkedServices

記憶體連結服務參考。

storageLinkedServices?: LinkedServiceReference[]

屬性值

type

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

type: "HDInsightStreaming"

屬性值

"HDInsightStreaming"

繼承的屬性詳細資料

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