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

    Interface QwpIngressReplayRecord

    interface QwpIngressReplayRecord {
        frameSequence: bigint;
        payload: Uint8Array;
    }
    Index

    Properties

    frameSequence: bigint
    payload: Uint8Array