Skip to content

TransferPartsCheckpointState

Defined in: src/transfers/TransferCheckpointStore.ts:100

Parts checkpoint state used by multipart/staged-block providers.

PropertyTypeDescriptionDefined in
committedBytesnumberBytes durably committed at the destination (end of the contiguous prefix).src/transfers/TransferCheckpointStore.ts:107
kind"parts"-src/transfers/TransferCheckpointStore.ts:101
partsTransferCheckpointPart[]Contiguous prefix of completed parts in part-number order.src/transfers/TransferCheckpointStore.ts:105
partSizeBytesnumberPart size the upload was cut with; resume must reuse it.src/transfers/TransferCheckpointStore.ts:109
uploadTokenstringProvider upload token (S3 uploadId, Azure block-id nonce, tus upload URL).src/transfers/TransferCheckpointStore.ts:103