TransferResult
Defined in: src/types/public.ts:395
Final summary for a completed transfer.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
averageBytesPerSecond | number | Average throughput in bytes per second. | src/types/public.ts:409 |
bytesTransferred | number | Total bytes transferred. | src/types/public.ts:401 |
checksum? | string | Optional checksum value produced or verified by the transfer workflow. | src/types/public.ts:415 |
completedAt | Date | Time at which the transfer completed. | src/types/public.ts:405 |
destinationPath | string | Local or remote destination path for the completed transfer. | src/types/public.ts:399 |
durationMs | number | Total transfer duration in milliseconds. | src/types/public.ts:407 |
resumed | boolean | Whether the transfer resumed from a prior partial state. | src/types/public.ts:411 |
sourcePath? | string | Local or remote source path when known for the operation. | src/types/public.ts:397 |
startedAt | Date | Time at which the transfer began. | src/types/public.ts:403 |
verified | boolean | Whether post-transfer verification completed successfully. | src/types/public.ts:413 |