Skip to content

TransferExecutionResult

Defined in: src/transfers/TransferJob.ts:109

Result returned by a transfer operation implementation.

PropertyTypeDescriptionDefined in
bytesTransferrednumberBytes transferred by the completed operation.src/transfers/TransferJob.ts:111
checksum?stringOptional checksum value produced or verified by the operation.src/transfers/TransferJob.ts:121
resumed?booleanWhether the operation resumed prior partial work.src/transfers/TransferJob.ts:115
totalBytes?numberTotal expected bytes when discovered during execution.src/transfers/TransferJob.ts:113
verification?TransferVerificationResultNormalized post-transfer verification details.src/transfers/TransferJob.ts:119
verified?booleanWhether post-transfer verification completed successfully.src/transfers/TransferJob.ts:117
warnings?string[]Non-fatal warnings produced during execution.src/transfers/TransferJob.ts:123