Skip to content

TransferVerificationResult

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

Normalized post-transfer verification details.

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