File

File

Implements

Fields

action (UpsertActionType!)

Determines if it was a create or update.

content_hash (String!)

The current content hash for this item.

created_at (ISO8601DateTime!)

The timestamp of when the item was created in the system.

created_by (User!)

The user who created this item.

download_filename (String)

The name of the file on disk that is created when downloading this file using the download url.

file_owner (FileOwner!)

The owner of this file.

file_type (String!)

The type of file.

filename (String)

The name of the file within the client file system.

path (String)

The path of the file within the client file system.

s3_uri (String)

The s3 location where the file data is stored.

sentera_id (ID!)

A system-generated key identifying a specific instance of a file.

size (String)

The size of the file in bytes (represented as a string to represent files over 2GB).

updated_at (ISO8601DateTime!)

The timestamp of when the item was last updated in the system.

updated_by (User)

The user who last updated this item.

url (String)

A url for downloading the image (blank if the physical image file does not exist). Valid for the next 60 minutes.

version (Int)

The version of the file.