Click or drag to resize

File Properties

The File type exposes the following members.

Properties
  NameDescription
Public propertydefault_effects
The default image processing effects.
Public propertydocument_id
Value of the document_id stored with the IDocStorageService service.
Public propertydone
The number of bytes transferred (applicable to upload/download status checks).
Public propertyfile_id
The Uploadcare file ID.
Public propertyfilename
The file name.
Public propertyimage_info
Additional image-speicific information for files identified as is_image.
Public propertyis_image
Specifies whether or not the file is an image file. An image files will have additional information under image_info.
Public propertyis_ready
If a file is ready and not deleted, it is available on the CDN.
Public propertyis_stored
True if the file is stored in Uploadcare, else false.
Public propertyoriginal_filename
The original file name as uploaded.
Public propertyrevision
The revision number of the document mapper
Public propertysecure_url
The secure URL if the service is configured.
Public propertysize
File size in bytes.
Public propertytotal
The total number of bytes stored in Uploadcare, if applicable.
Public propertyurl
The URL to the file
Public propertyuuid
The file's UUID
Top
See Also