共用方式為


AssetItem interface

與 Web 服務相關聯的資產相關信息。

屬性

id

資產的標識碼。

inputPorts

資產輸入埠的相關信息。

locationInfo

存取資產的資訊。

metadata

如果資產是自定義模組,這會保存模組的元數據。

name

資產的易記名稱。

outputPorts

資產輸出埠的相關信息。

parameters

如果資產是自定義模組,這會保存模組的參數。

type

資產的類型。

屬性詳細資料

id

資產的標識碼。

id?: string

屬性值

string

inputPorts

資產輸入埠的相關信息。

inputPorts?: {[propertyName: string]: InputPort}

屬性值

{[propertyName: string]: InputPort}

locationInfo

存取資產的資訊。

locationInfo: BlobLocation

屬性值

metadata

如果資產是自定義模組,這會保存模組的元數據。

metadata?: {[propertyName: string]: string}

屬性值

{[propertyName: string]: string}

name

資產的易記名稱。

name: string

屬性值

string

outputPorts

資產輸出埠的相關信息。

outputPorts?: {[propertyName: string]: OutputPort}

屬性值

{[propertyName: string]: OutputPort}

parameters

如果資產是自定義模組,這會保存模組的參數。

parameters?: ModuleAssetParameter[]

屬性值

type

資產的類型。

type: string

屬性值

string