QuestDB JavaScript Client - v5.0.0
    Preparing search index...

    Interface QwpNodeReplayRecoveryEvent

    Notification that an unreplayable foreground slot was preserved aside.

    interface QwpNodeReplayRecoveryEvent {
        directory: string;
        error: QwpReplayStoreQuarantinedError;
        quarantineDirectory: string;
        senderError: QwpSenderError;
        timestampMs: number;
    }
    Index

    Properties

    directory: string
    quarantineDirectory: string
    senderError: QwpSenderError
    timestampMs: number