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