Property name | Type | Description |
---|---|---|
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 typeMIME content type - Multipurpose Internet Mail Extensions (MIME) is an Internet standard extending the format of email messages by supporting text in character sets other than ASCII, and attachments such as audio, video, images, and application programs.. |
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. |