id | int | ID of the file/blob. Generated automatically by the server after file/blob creation. |
uid | string | File/blob identifier that should be taken from the response of the Create File request. |
content_type | string | MIME content type. |
name | string | File/blob name. |
size | int | File/blob size. |
created_at | datetime | Date & time when a record was created, filled automatically. |
updated_at | datetime | Date & time when a record was updated, filled automatically. |
blob_status | string | Current file/blob status. |
set_completed_at | timestamp | Date & time when file uploading was marked as completed. |
public | boolean | File/blob visibility. If the file is public then it's possible to download it without a session token. Default: false. |