TransferPartsCheckpointState
Defined in: src/transfers/TransferCheckpointStore.ts:100
Parts checkpoint state used by multipart/staged-block providers.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
committedBytes | number | Bytes durably committed at the destination (end of the contiguous prefix). | src/transfers/TransferCheckpointStore.ts:107 |
kind | "parts" | - | src/transfers/TransferCheckpointStore.ts:101 |
parts | TransferCheckpointPart[] | Contiguous prefix of completed parts in part-number order. | src/transfers/TransferCheckpointStore.ts:105 |
partSizeBytes | number | Part size the upload was cut with; resume must reuse it. | src/transfers/TransferCheckpointStore.ts:109 |
uploadToken | string | Provider upload token (S3 uploadId, Azure block-id nonce, tus upload URL). | src/transfers/TransferCheckpointStore.ts:103 |