Skip to content

TransferExecutionResult

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

Result returned by a transfer operation implementation.

PropertyTypeDescriptionDefined in
bytesTransferrednumberBytes transferred by the completed operation.src/transfers/TransferJob.ts:79
checksum?stringOptional checksum value produced or verified by the operation.src/transfers/TransferJob.ts:89
resumed?booleanWhether the operation resumed prior partial work.src/transfers/TransferJob.ts:83
totalBytes?numberTotal expected bytes when discovered during execution.src/transfers/TransferJob.ts:81
verification?TransferVerificationResultNormalized post-transfer verification details.src/transfers/TransferJob.ts:87
verified?booleanWhether post-transfer verification completed successfully.src/transfers/TransferJob.ts:85
warnings?string[]Non-fatal warnings produced during execution.src/transfers/TransferJob.ts:91