Magidoc

File
Object

A file is a binary object stored in a drive.

Fields

#

id

ID !
Non-null

Unique identifier for the file.

fileName

Non-null

Name of the file.

tags

[ String !]!
Non-null

Tags for the file.

size

Non-null

Size of the file in bytes.

mimeType

Non-null

MIME type of the file.

cloudResource

Non-null

The path to the file in cloud storage, for example an AWS ARN.

driveId

ID !
Non-null

The ID of the drive this file belongs to.

drive

Non-null

The drive that this file belongs to.

createdAt

Non-null

Timestamp of when the file was created.

updatedAt

Non-null

Timestamp of when the file was last updated.

Usages

#

References

#