TransferVerificationResult
Defined in: src/transfers/TransferJob.ts:61
Normalized post-transfer verification details.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
actualChecksum? | string | Actual checksum observed by the operation. | src/transfers/TransferJob.ts:71 |
checksum? | string | Checksum 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? | string | Expected checksum when a checksum comparison was performed. | src/transfers/TransferJob.ts:69 |
method? | string | Verification method, such as checksum, size, timestamp, or provider-native. | src/transfers/TransferJob.ts:65 |
verified | boolean | Whether verification completed successfully. | src/transfers/TransferJob.ts:63 |