MonitoringInputDataBase interface
監視輸入數據基底定義。
屬性
columns | 將數據行名稱對應至特殊用途。 |
data |
數據源的內容元數據。 |
input |
多型歧視性,指定這個物件可以是的不同類型 |
job |
[必要]指定作業的類型。 |
uri | [必要]輸入資產 URI。 |
屬性詳細資料
columns
將數據行名稱對應至特殊用途。
columns?: {[propertyName: string]: string | null}
屬性值
{[propertyName: string]: string | null}
dataContext
數據源的內容元數據。
dataContext?: string
屬性值
string
inputDataType
多型歧視性,指定這個物件可以是的不同類型
inputDataType: "Fixed" | "Rolling" | "Static"
屬性值
"Fixed" | "Rolling" | "Static"
jobInputType
[必要]指定作業的類型。
jobInputType: string
屬性值
string
uri
[必要]輸入資產 URI。
uri: string
屬性值
string