Skip to content

TransferResult

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

Final summary for a completed transfer.

PropertyTypeDescriptionDefined in
averageBytesPerSecondnumberAverage throughput in bytes per second.src/types/public.ts:409
bytesTransferrednumberTotal bytes transferred.src/types/public.ts:401
checksum?stringOptional checksum value produced or verified by the transfer workflow.src/types/public.ts:415
completedAtDateTime at which the transfer completed.src/types/public.ts:405
destinationPathstringLocal or remote destination path for the completed transfer.src/types/public.ts:399
durationMsnumberTotal transfer duration in milliseconds.src/types/public.ts:407
resumedbooleanWhether the transfer resumed from a prior partial state.src/types/public.ts:411
sourcePath?stringLocal or remote source path when known for the operation.src/types/public.ts:397
startedAtDateTime at which the transfer began.src/types/public.ts:403
verifiedbooleanWhether post-transfer verification completed successfully.src/types/public.ts:413