Skip to content

TransferProgressEvent

Defined in: src/types/public.ts:375

Progress snapshot emitted while a transfer is running.

PropertyTypeDescriptionDefined in
bytesPerSecondnumberCurrent average throughput in bytes per second.src/types/public.ts:387
bytesTransferrednumberBytes successfully transferred so far.src/types/public.ts:379
elapsedMsnumberElapsed transfer time in milliseconds.src/types/public.ts:385
percent?numberCompletion percentage when totalBytes is known.src/types/public.ts:389
startedAtDateTime at which the transfer began.src/types/public.ts:383
totalBytes?numberTotal expected bytes when the adapter can determine the remote or local size.src/types/public.ts:381
transferIdstringStable transfer identifier used to correlate logs and events.src/types/public.ts:377