InvalidFile
Represent a file in INVALID status, if the validations on the file fail, the file becomes invalid.
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 |
| 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 |
| validationErrors: [FileValidationError!]! | represent a list of validation error |
Implements
- File PREVIEW