PackageMetadata interface
表示可下载的包。
属性
| created |
包的创建日期 |
| download |
下载包的直接链接。 |
| filename | UI 使用它来显示说明,即“解压缩 MyAgent.zip” |
| hash |
MD5 哈希作为 base64 字符串 |
| info |
文档链接 |
| platform | 平台(win7、linux 等) |
| type | 包的类型(例如“agent”) |
| version | 包版本。 |
属性详细信息
createdOn
包的创建日期
createdOn: Date
属性值
Date
downloadUrl
下载包的直接链接。
downloadUrl: string
属性值
string
filename
UI 使用它来显示说明,即“解压缩 MyAgent.zip”
filename: string
属性值
string
hashValue
MD5 哈希作为 base64 字符串
hashValue: string
属性值
string
infoUrl
文档链接
infoUrl: string
属性值
string
platform
平台(win7、linux 等)
platform: string
属性值
string
type
包的类型(例如“agent”)
type: string
属性值
string