The parent interface of all transfer events.

Hierarchy

Properties

bytesTransferred?: number

The number of bytes transferred for this transfer so far.

etaSeconds?: number

The estimated time of arrival in seconds.

localFilePath: string
totalBytes?: number

The total number of bytes to be transferred before the transfer is complete.

In the event that multiple files are being transferred this number represents the total for all of the files.

transferId: string

Unique identifier generated for each transfer.

transferRateInBitsPerSec?: number

The transfer rate in bits per second.

Generated using TypeDoc