共用方式為


StaticInputData interface

靜態輸入數據定義。

Extends

屬性

inputDataType

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

preprocessingComponentId

用來前置處理數據的元件資產參考。

windowEnd

[必要]數據窗口的結束日期。

windowStart

[必要]數據視窗的開始日期。

繼承的屬性

columns

將數據行名稱對應至特殊用途。

dataContext

數據源的內容元數據。

jobInputType

[必要]指定作業的類型。

uri

[必要]輸入資產 URI。

屬性詳細資料

inputDataType

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

inputDataType: "Static"

屬性值

"Static"

preprocessingComponentId

用來前置處理數據的元件資產參考。

preprocessingComponentId?: string

屬性值

string

windowEnd

[必要]數據窗口的結束日期。

windowEnd: Date

屬性值

Date

windowStart

[必要]數據視窗的開始日期。

windowStart: Date

屬性值

Date

繼承的屬性詳細資料

columns

將數據行名稱對應至特殊用途。

columns?: {[propertyName: string]: string | null}

屬性值

{[propertyName: string]: string | null}

繼承自MonitoringInputDataBase.columns

dataContext

數據源的內容元數據。

dataContext?: string

屬性值

string

繼承自MonitoringInputDataBase.dataContext

jobInputType

[必要]指定作業的類型。

jobInputType: string

屬性值

string

繼承自MonitoringInputDataBase.jobInputType

uri

[必要]輸入資產 URI。

uri: string

屬性值

string

繼承自MonitoringInputDataBase.uri