FileMetadata
Represent the metadata related to the file
This page contains
Fields
key: String! | |
value: String! |
Parent objects of FileMetadata
DownloadableFile PREVIEW | Represent a file in DOWNLOADABLE status. If the validations succeed, the file becomes downloadable. |
ExpiredFile PREVIEW | Represent a file in EXPIRED status. If a file is not uploaded within the time limit, the file becomes expired. It contains the time at which it expired. |
InvalidFile PREVIEW | Represent a file in INVALID status, if the validations on the file fail, the file becomes invalid. |
StagedFile PREVIEW | A staged file represents a file that is waiting to be uploaded. It contains a link to which the client can POST the file as well as an expiration time. |
ValidatingFile PREVIEW | Represent a file in VALIDATING status. Once the file is uploaded, the file service gets notified and can execute some validations on the file if needed. |