Skip to content

TransferReceipt

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

Audit-friendly receipt for a completed transfer job.

PropertyTypeDescriptionDefined in
attemptsTransferAttempt[]Attempt history, including retry failures.src/transfers/TransferJob.ts:187
averageBytesPerSecondnumberAverage throughput in bytes per second.src/transfers/TransferJob.ts:177
bytesTransferrednumberTotal bytes transferred by the successful operation.src/transfers/TransferJob.ts:167
checksum?stringOptional checksum value produced or verified by the operation.src/transfers/TransferJob.ts:185
completedAtDateTime the successful attempt completed.src/transfers/TransferJob.ts:173
destination?TransferEndpointDestination endpoint when supplied by the job.src/transfers/TransferJob.ts:165
durationMsnumberTotal elapsed time in milliseconds.src/transfers/TransferJob.ts:175
jobIdstringOriginal job identifier.src/transfers/TransferJob.ts:159
metadata?Record<string, unknown>Caller-defined metadata retained from the job.src/transfers/TransferJob.ts:191
operationTransferOperationOperation performed by the job.src/transfers/TransferJob.ts:161
resumedbooleanWhether the transfer resumed prior partial work.src/transfers/TransferJob.ts:179
source?TransferEndpointSource endpoint when supplied by the job.src/transfers/TransferJob.ts:163
startedAtDateTime the first attempt began.src/transfers/TransferJob.ts:171
totalBytes?numberExpected total bytes when known.src/transfers/TransferJob.ts:169
transferIdstringStable transfer identifier used for progress and log correlation.src/transfers/TransferJob.ts:157
verification?TransferVerificationResultNormalized post-transfer verification details when supplied by the operation.src/transfers/TransferJob.ts:183
verifiedbooleanWhether post-transfer verification completed successfully.src/transfers/TransferJob.ts:181
warningsstring[]Non-fatal warnings produced during execution.src/transfers/TransferJob.ts:189