HDInsightStreamingActivity interface
HDInsight 串流活動類型。
- Extends
屬性
arguments | 使用者指定的 HDInsightActivity 自變數。 |
combiner | 合併器可執行檔名稱。 Type:string (或 expression with resultType string) 。 |
command |
命令行環境值。 |
defines | 允許使用者指定串流作業要求的定義。 |
file |
檔案所在的連結服務參考。 |
file |
串流作業檔案的路徑。 可以是目錄。 |
get |
偵錯資訊選項。 |
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) 。 |
storage |
記憶體連結服務參考。 |
type | 多型歧視性,指定這個物件可以是的不同類型 |
繼承的屬性
depends |
活動取決於條件。 |
description | 活動描述。 |
linked |
鏈接的服務參考。 |
name | 活動名稱。 |
on |
當狀態設定為 [非使用中] 時,活動的狀態結果。 這是選擇性屬性,如果未在活動處於非使用中狀態時提供,則狀態預設會是 [成功]。 |
policy | 活動原則。 |
state | 活動狀態。 這是選擇性屬性,如果未提供,則狀態預設為 [作用中]。 |
user |
活動用戶屬性。 |
屬性詳細資料
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
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
type
多型歧視性,指定這個物件可以是的不同類型
type: "HDInsightStreaming"
屬性值
"HDInsightStreaming"
繼承的屬性詳細資料
dependsOn
description
linkedServiceName
鏈接的服務參考。
linkedServiceName?: LinkedServiceReference
屬性值
name
onInactiveMarkAs
當狀態設定為 [非使用中] 時,活動的狀態結果。 這是選擇性屬性,如果未在活動處於非使用中狀態時提供,則狀態預設會是 [成功]。
onInactiveMarkAs?: string
屬性值
string