AssetItem interface
與 Web 服務相關聯的資產相關資訊。
屬性
id | 資產的識別碼。 |
input |
資產輸入埠的相關資訊。 |
location |
存取資產的資訊。 |
metadata | 如果資產是自訂模組,這會保存模組的中繼資料。 |
name | 資產的易記名稱。 |
output |
資產輸出埠的相關資訊。 |
parameters | 如果資產是自訂模組,這會保存模組的參數。 |
type | 資產的類型。 |
屬性詳細資料
id
資產的識別碼。
id?: string
屬性值
string
inputPorts
資產輸入埠的相關資訊。
inputPorts?: {[propertyName: string]: InputPort}
屬性值
{[propertyName: string]: InputPort}
locationInfo
metadata
如果資產是自訂模組,這會保存模組的中繼資料。
metadata?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}
name
資產的易記名稱。
name: string
屬性值
string
outputPorts
資產輸出埠的相關資訊。
outputPorts?: {[propertyName: string]: OutputPort}
屬性值
{[propertyName: string]: OutputPort}
parameters
type
資產的類型。
type: string
屬性值
string