Interface UploadFileArgs

Argument object for uploadFile

Hierarchy

  • UploadFileArgs

Properties

filePath: string

The path of file to be uploaded

shouldCompress?: boolean

If set 'true', the file will be compressed before uploading.

Note

media files are usually pretty good compressed already. Use compression for text and document files.

Default

false

Generated using TypeDoc