File Properties |
The File type exposes the following members.
| Name | Description | |
|---|---|---|
| default_effects | The default image processing effects. | |
| document_id |
Value of the document_id stored with the IDocStorageService service.
| |
| done | The number of bytes transferred (applicable to upload/download status checks). | |
| file_id | The Uploadcare file ID. | |
| filename | The file name. | |
| image_info | Additional image-speicific information for files identified as is_image. | |
| is_image | Specifies whether or not the file is an image file. An image files will have additional information under image_info. | |
| is_ready | If a file is ready and not deleted, it is available on the CDN. | |
| is_stored | True if the file is stored in Uploadcare, else false. | |
| original_filename | The original file name as uploaded. | |
| revision |
The revision number of the document mapper
| |
| secure_url |
The secure URL if the service is configured.
| |
| size | File size in bytes. | |
| total | The total number of bytes stored in Uploadcare, if applicable. | |
| url |
The URL to the file
| |
| uuid | The file's UUID |