Info about a raw file content.
| name | data type | description |
|---|---|---|
| size | number | Content size in bytes. |
| time | number | Associated elapsed time in milliseconds. The represented time value depends on use case (load time on server startup or calculation time). |
| description | string | Description of the content. |
| contenttype | string | Content type. |
| url | string | URL of the raw file content. |
| name | string | Name of the raw file content. |
Example
{
"size" : 12345,
"time" : 12345,
"description" : "...",
"contenttype" : "...",
"url" : "...",
"name" : "..."
}