Skip to content

TransferPlanStep

Defined in: src/transfers/TransferPlan.ts:12

Step inside a transfer plan.

PropertyTypeDescriptionDefined in
actionTransferPlanActionAction the step would perform.src/transfers/TransferPlan.ts:16
destination?TransferEndpointDestination endpoint when the action writes data.src/transfers/TransferPlan.ts:20
destructive?booleanWhether this step may remove or replace data.src/transfers/TransferPlan.ts:24
expectedBytes?numberExpected bytes affected by the step when known.src/transfers/TransferPlan.ts:22
idstringStable step identifier within the plan.src/transfers/TransferPlan.ts:14
metadata?Record<string, unknown>Caller-defined metadata retained for diagnostics.src/transfers/TransferPlan.ts:28
reason?stringHuman-readable reason for planned or skipped work.src/transfers/TransferPlan.ts:26
source?TransferEndpointSource endpoint when the action reads data.src/transfers/TransferPlan.ts:18