Skip to content

TransferVerificationResult

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

Normalized post-transfer verification details.

PropertyTypeDescriptionDefined in
actualChecksum?stringActual checksum observed by the operation.src/transfers/TransferJob.ts:71
checksum?stringChecksum value produced or verified by the operation.src/transfers/TransferJob.ts:67
details?Record<string, unknown>Caller-defined verification details retained for diagnostics.src/transfers/TransferJob.ts:73
expectedChecksum?stringExpected checksum when a checksum comparison was performed.src/transfers/TransferJob.ts:69
method?stringVerification method, such as checksum, size, timestamp, or provider-native.src/transfers/TransferJob.ts:65
verifiedbooleanWhether verification completed successfully.src/transfers/TransferJob.ts:63