AssetItem interface
有关与 Web 服务关联的资产的信息。
属性
id | 资产的 ID。 |
input |
有关资产的输入端口的信息。 |
___location |
访问资产的信息。 |
metadata | 如果资产是自定义模块,则保留模块的元数据。 |
name | 资产的友好名称。 |
output |
有关资产的输出端口的信息。 |
parameters | 如果资产是自定义模块,则保留模块的参数。 |
type | 资产的类型。 |
属性详细信息
id
资产的 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