TransferCheckpointRecord
Defined in: src/transfers/TransferCheckpointStore.ts:118
Persisted checkpoint record.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
createdAtMs | number | Epoch ms when this checkpoint was first created. | src/transfers/TransferCheckpointStore.ts:126 |
fingerprint | TransferSourceFingerprint | Source fingerprint captured when the checkpoint was written. | src/transfers/TransferCheckpointStore.ts:122 |
pid | number | Process id that last wrote the record (concurrent-writer diagnostics). | src/transfers/TransferCheckpointStore.ts:130 |
state | TransferCheckpointState | Progress state. | src/transfers/TransferCheckpointStore.ts:124 |
updatedAtMs | number | Epoch ms when this checkpoint was last updated. | src/transfers/TransferCheckpointStore.ts:128 |
version | 1 | Record schema version. | src/transfers/TransferCheckpointStore.ts:120 |