> ## Documentation Index
> Fetch the complete documentation index at: https://docs.quickblox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Blob Model

{/* vale base.WordList = NO */}

| 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 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`. |
