For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.10 (unreleased)

Type Alias: PartitionCheckpointState

type PartitionCheckpointState = object;

Partition Checkpoint State

Detailed information about the checkpoint state for a given partition.

Properties

checkpointId

checkpointId: CheckpointId;

The id of the checkpoint.


checkpointPosition

checkpointPosition: number;

The log position of the checkpoint.


checkpointTimestamp

checkpointTimestamp: string;

The timestamp at which the checkpoint was created.


checkpointType

checkpointType: CheckpointType;

The type of the checkpoint.


partitionId

partitionId: PartitionId;

The id of the partition.