| Field | Type | Flags | Description |
|---|---|---|---|
| created_at | Datetime | Readonly | File's creation datetime |
| download_link | String | Readonly | A private link to download the file (current user must be identified) |
| id | Objectid | Readonly | Unique identifier of the resource |
| issuer | Reference | Readonly Nullable | The user who have uploaded or generated the file |
| modified_at | Datetime | Readonly | File's last modification datetime |
| name | String | Readonly | Filename |
| resource_uri | String | Readonly | URI which represent a specific resource. All references are based upon this scheme |
| sha1_checksum | String | Readonly | SHA-1 checksum of the file |
| size | Integer | Readonly | Size of the file (in bytes) |
| stream_link | String | Readonly | A private link to get the file streamed. Mainly used to display images (current user must be identified) |
| ttl | Integer | Nullable Blankable | File's hosting duration (in minutes). Must be between 1 minute and 5 years. TTL is processed each time the file is updated |