FileContainer interface
表示封装分层文件系统的容器。
属性
| artifact |
与容器关联的项目的 URI。 |
| content |
下载此项目内容的 URL。 |
| created |
所有者。 |
| date |
创建日期。 |
| description | 描述。 |
| id | ID。 |
| item |
项资源的位置。 |
| locator |
此容器的 ItemStore 定位符。 |
| name | 名字。 |
| options | 容器可以具有的选项。 |
| scope |
项目 ID。 |
| security |
与容器关联的项目的安全令牌。 |
| signing |
可选加密密钥的标识符。 |
| size | 文件的总大小(以字节为单位)。 |
属性详细信息
artifactUri
与容器关联的项目的 URI。
artifactUri: string
属性值
string
contentLocation
下载此项目内容的 URL。
contentLocation: string
属性值
string
createdBy
所有者。
createdBy: string
属性值
string
dateCreated
创建日期。
dateCreated: Date
属性值
Date
description
描述。
description: string
属性值
string
id
ID。
id: number
属性值
number
itemLocation
项资源的位置。
itemLocation: string
属性值
string
locatorPath
此容器的 ItemStore 定位符。
locatorPath: string
属性值
string
name
名字。
name: string
属性值
string
options
scopeIdentifier
项目 ID。
scopeIdentifier: string
属性值
string
securityToken
与容器关联的项目的安全令牌。
securityToken: string
属性值
string
signingKeyId
可选加密密钥的标识符。
signingKeyId: string
属性值
string
size
文件的总大小(以字节为单位)。
size: number
属性值
number