TransferVerificationResult
Defined in: src/transfers/TransferJob.ts:93
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:103 |
checksum? | string | Checksum 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? | string | Expected checksum when a checksum comparison was performed. | src/transfers/TransferJob.ts:101 |
method? | string | Verification method, such as checksum, size, timestamp, or provider-native. | src/transfers/TransferJob.ts:97 |
verified | boolean | Whether verification completed successfully. | src/transfers/TransferJob.ts:95 |