FileImport
FileImport is an object representing attributes necessary to create a file
Input Fields
file_key (
FileKey)
A file key obtained via the create_file_upload, create_file_uploads or create_multipart_file_upload mutation which represents a file to Sentera's cloud storage.
file_type (
FileType)
(Required on Create) The type of this file.
filename (
String)
The name of this file within the client file system.
path (
String)
The path of this file within the client file system.
sentera_id (
ID)
(Required on Update) The ID of an existing file. Will cause the existing file to be updated.
size (
BigInt)
The size of this file in bytes.
version (
Int)
The version of this file.