Hierarchy
-
Based<ItemData>
- FileVersionData
Properties
Readonly
__createdAt
Date and time of creation.
Readonly
__createdBy
Object’s author.
Optional
Readonly
__deletedAt
Date and time of deletion.
Readonly __id
ID of the object.
__name
Name of the object.
Readonly
__updatedAt
Date and time of change.
Readonly
__updatedBy
Author of the last change.
Readonly comment
Comment to the file version.
Readonly
fileId
File ID.
Readonly filename
Name of the file version.
Readonly hash
Id of the file's body stored in S3.
Hash is an ID used to link the body of the file in the S3 storage with the file in the system. This ID is unique for the file storage. It is specified as a UUID.
Readonly version
File version.
File version fields
Contains information about a file’s version.