FileContainerItem interface
Represents an item in a container.
artifact |
Id for Blobstore reference |
blob |
|
container |
Container Id. |
content |
|
content |
Download Url for the content of this item. |
created |
Creator. |
date |
Creation date. |
date |
Last modified date. |
file |
Encoding of the file. Zero if not a file. |
file |
Hash value of the file. Null if not a file. |
file |
Id of the file content. |
file |
Length of the file. Zero if not of a file. |
file |
Type of the file. Zero if not a file. |
item |
Location of the item resource. |
item |
Type of the item: Folder, File or String. |
last |
Modifier. |
path | Unique path that identifies the item. |
scope |
Project Id. |
status | Status of the item: Created or Pending Upload. |
ticket |
Id for Blobstore reference
artifactId: number
Property Value
number
Container Id.
containerId: number
Property Value
number
contentId: number[]
Property Value
number[]
Download Url for the content of this item.
contentLocation: string
Property Value
string
Creator.
createdBy: string
Property Value
string
Creation date.
dateCreated: Date
Property Value
Date
Last modified date.
dateLastModified: Date
Property Value
Date
Encoding of the file. Zero if not a file.
fileEncoding: number
Property Value
number
Hash value of the file. Null if not a file.
fileHash: number[]
Property Value
number[]
Id of the file content.
fileId: number
Property Value
number
Length of the file. Zero if not of a file.
fileLength: number
Property Value
number
Type of the file. Zero if not a file.
fileType: number
Property Value
number
Location of the item resource.
itemLocation: string
Property Value
string
Type of the item: Folder, File or String.
itemType: ContainerItemType
Property Value
Modifier.
lastModifiedBy: string
Property Value
string
Unique path that identifies the item.
path: string
Property Value
string
Project Id.
scopeIdentifier: string
Property Value
string
Status of the item: Created or Pending Upload.
status: ContainerItemStatus
Property Value
ticket: string
Property Value
string