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

    Interface QwpIngressSendResult

    One ingress operation with independent local-publication and server-ACK completion. Publication resolves after every physical frame belonging to the logical batch has been accepted by the connection. For persistent Node transports that means the frames are durable in the replay journal.

    interface QwpIngressSendResult {
        acknowledgement: Promise<QwpIngressResponse>;
        publication: Promise<void>;
        sequence: bigint;
    }
    Index

    Properties

    acknowledgement: Promise<QwpIngressResponse>

    Cumulative server response for every frame in the logical batch.

    publication: Promise<void>

    Local transport/journal ownership boundary.

    sequence: bigint

    Last client-session sequence allocated to this logical batch.