Interface FileTransferEntry

Hierarchy

  • FileTransferEntry

Properties

file: Blob

The file itself.

The blob is concatenated from multiple chunks, and hopefully is swapped-out to disk for big files.

publicName: string

Name of file.

untypedHeader?: any

Essentially just data of any type.

Optional, since it's not really needed.

Generated using TypeDoc