Skip to content

Relationships

Schema relationships
graph LR
    Files -->|"page_id"| Pages
    Files -->|"uploaded_by"| Users

Properties

content_typestring

The content type of the file

created_atstring · date-time

The time when the file was created

file_namestring

The file's name.

file_urlstring

The URL to download the file

idstring

The unique identifier for the file

page_idstring

The page id to which the file belongs

References: Pages → id
remote_dataRecord<string, any>

Raw data returned from the remote API call.

sizenumber

The file size in bytes

updated_atstring · date-time

The time when the file was updated

uploaded_bystring

The user who uploaded the file

References: Users → id