| Name | Description | Type | Additional information |
|---|---|---|---|
| FileId |
The unique ID of the file. |
integer |
None. |
| FileRepoId |
File repo ID. |
string |
None. |
| Name |
Name of the file, including the extension. |
string |
None. |
| MimeType |
File MIME type. |
string |
None. |
| Size |
Size of the file in bytes. Only applicable for files stored in the file repository. |
integer, 64 bit |
None. |
| LastModified |
When the file was last modified, useful for clients that can cache a file in a secure way. Only applicable for files stored in the file repository. |
date |
None. |
| DownloadAsAttachment |
Defines whether current file cannot be previewed in a new browser tab and should rather be downloaded as attachment. |
boolean |
None. |
| SignedFileRepoId |
Signed file repo identifier. |
string |
None. |