Skip to content

TransferJob

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

Transfer job input consumed by TransferEngine.

PropertyTypeDescriptionDefined in
destination?TransferEndpointDestination endpoint for operations that write data.src/transfers/TransferJob.ts:35
idstringStable job identifier for correlation.src/transfers/TransferJob.ts:29
metadata?Record<string, unknown>Caller-defined metadata retained for diagnostics.src/transfers/TransferJob.ts:41
operationTransferOperationOperation the job performs.src/transfers/TransferJob.ts:31
resumed?booleanWhether this job is resuming prior partial work.src/transfers/TransferJob.ts:39
source?TransferEndpointSource endpoint for operations that read data.src/transfers/TransferJob.ts:33
totalBytes?numberExpected total bytes when known before execution.src/transfers/TransferJob.ts:37