Skip to content

TransferCheckpointRecord

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

Persisted checkpoint record.

PropertyTypeDescriptionDefined in
createdAtMsnumberEpoch ms when this checkpoint was first created.src/transfers/TransferCheckpointStore.ts:126
fingerprintTransferSourceFingerprintSource fingerprint captured when the checkpoint was written.src/transfers/TransferCheckpointStore.ts:122
pidnumberProcess id that last wrote the record (concurrent-writer diagnostics).src/transfers/TransferCheckpointStore.ts:130
stateTransferCheckpointStateProgress state.src/transfers/TransferCheckpointStore.ts:124
updatedAtMsnumberEpoch ms when this checkpoint was last updated.src/transfers/TransferCheckpointStore.ts:128
version1Record schema version.src/transfers/TransferCheckpointStore.ts:120