ExpiredFile

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.

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

    expiredOn: DateTime!

    date time when the file is marked as expired

    Implements