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

    Type Alias QwpExtraOptions

    type QwpExtraOptions = {
        sender?: QwpSenderOptions;
        session?: QwpIngressSessionOptions;
        udp?: Omit<QwpNodeUdpOptions, "host" | "port">;
        webSocket?: Omit<QwpNodeIngressOptions, "url">;
    }
    Index

    Properties

    High-level buffering and auto-flush options for WS, WSS, and UDP. A log here is used when no top-level logger is supplied; the top-level one wins when both are set.

    WS/WSS ingress ACK, durable-ACK, and reconnect options.

    udp?: Omit<QwpNodeUdpOptions, "host" | "port">

    UDP-only socket overrides. Like every other section here, these are applied after the connect string is parsed and win over the equivalent connect string key -- maxDatagramSize over max_datagram_size, multicastTtl over multicast_ttl.

    webSocket?: Omit<QwpNodeIngressOptions, "url">

    WS/WSS ingress overrides. Values are applied after the connect string has been fully parsed and validated; typed values win when both forms set the same option.