ValidatingFile
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.
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 a file was uploaded using the upload URL |
size: Int! | size of the uploaded file |
contentType: ContentType! | Content Type of the uploaded file |
Implements
- File PREVIEW