Interface FileInfo

File info

Example

{
* "name": "file.mp4",
* "path": "",
* "size": 1024
* }

Hierarchy

  • FileInfo

Properties

Properties

name: string

File name

path: string

File path, relative to the resource, e.g. "path/to"

req?: Request

Specify the request for this file

size: number

File size(byte)

Generated using TypeDoc