Interface Resource

Resource info resloved from request, can contain multiple files

Hierarchy

  • Resource

Properties

Properties

files: FileInfo[]

Resource files list, only when the resource is a folder resource will contain multiple files, otherwise it will only contain one file

hash?: string
name: string

When name is not blank, it means that the resource is a folder resource, and the name is the folder name

range: boolean

Whether the resource supports breakpoint continuation

size: number

Resource total size(byte)

Generated using TypeDoc