Skip to content

TransferProgressEvent

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

Progress snapshot emitted while a transfer is running.

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