Share via


AssetItem interface

Information about an asset associated with the web service.

Properties

id

Asset's Id.

inputPorts

Information about the asset's input ports.

___locationInfo

Access information for the asset.

metadata

If the asset is a custom module, this holds the module's metadata.

name

Asset's friendly name.

outputPorts

Information about the asset's output ports.

parameters

If the asset is a custom module, this holds the module's parameters.

type

Asset's type.

Property Details

id

Asset's Id.

id?: string

Property Value

string

inputPorts

Information about the asset's input ports.

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

Property Value

{[propertyName: string]: InputPort}

___locationInfo

Access information for the asset.

locationInfo: BlobLocation

Property Value

metadata

If the asset is a custom module, this holds the module's metadata.

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

Property Value

{[propertyName: string]: string}

name

Asset's friendly name.

name: string

Property Value

string

outputPorts

Information about the asset's output ports.

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

Property Value

{[propertyName: string]: OutputPort}

parameters

If the asset is a custom module, this holds the module's parameters.

parameters?: ModuleAssetParameter[]

Property Value

type

Asset's type.

type: string

Property Value

string