FileContainer interface
Represents a container that encapsulates a hierarchical file system.
Properties
artifact |
Uri of the artifact associated with the container. |
content |
Download Url for the content of this item. |
created |
Owner. |
date |
Creation date. |
description | Description. |
id | Id. |
item |
Location of the item resource. |
locator |
ItemStore Locator for this container. |
name | Name. |
options | Options the container can have. |
scope |
Project Id. |
security |
Security token of the artifact associated with the container. |
signing |
Identifier of the optional encryption key. |
size | Total size of the files in bytes. |
Property Details
artifactUri
Uri of the artifact associated with the container.
artifactUri: string
Property Value
string
contentLocation
Download Url for the content of this item.
contentLocation: string
Property Value
string
createdBy
Owner.
createdBy: string
Property Value
string
dateCreated
Creation date.
dateCreated: Date
Property Value
Date
description
Description.
description: string
Property Value
string
id
Id.
id: number
Property Value
number
itemLocation
Location of the item resource.
itemLocation: string
Property Value
string
locatorPath
ItemStore Locator for this container.
locatorPath: string
Property Value
string
name
Name.
name: string
Property Value
string
options
scopeIdentifier
Project Id.
scopeIdentifier: string
Property Value
string
securityToken
Security token of the artifact associated with the container.
securityToken: string
Property Value
string
signingKeyId
Identifier of the optional encryption key.
signingKeyId: string
Property Value
string
size
Total size of the files in bytes.
size: number
Property Value
number