DownloadableFile
Represent a file in DOWNLOADABLE status. If the validations succeed, the file becomes downloadable.
This page contains
Fields
| id: ID! | unique identifier of a file |
| name: String! | name of the file |
| tenant: String! | |
| metadata: [FileMetadata!]! | metadata related to the file |
| createdOn: DateTime! | create date time of the file |
| uploadedOn: DateTime! | date/time when the validations were performed on the file |
| validatedOn: DateTime! | date/time when the validations were performed on the file |
| size: Int! | size of the uploaded file |
| contentType: ContentType! | Content Type of the uploaded file |
| downloadLink: URL! | downloadable URL of the file fetched from storage service |
| expiration: DateTime! | expiration of the downloadable URL |
Implements
- File PREVIEW