@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias PartitionCheckpointState

    Partition Checkpoint State

    Detailed information about the checkpoint state for a given partition.

    type PartitionCheckpointState = {
        checkpointId: CheckpointId;
        checkpointPosition: number;
        checkpointTimestamp: string;
        checkpointType: CheckpointType;
        partitionId: PartitionId;
    }
    Index
    checkpointId: CheckpointId

    The id of the checkpoint.

    checkpointPosition: number

    The log position of the checkpoint.

    checkpointTimestamp: string

    The timestamp at which the checkpoint was created.

    checkpointType: CheckpointType

    The type of the checkpoint.

    partitionId: PartitionId

    The id of the partition.