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

    Interface QwpEgressRoutingOptions

    Endpoint routing preferences. Named for egress, where they landed first, but ingress ranks and validates its endpoints with the same machinery and honours the same two keys.

    interface QwpEgressRoutingOptions {
        target?: QwpTarget;
        zone?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    target?: QwpTarget

    Selects any readable node, a primary/standalone node, or a replica.

    zone?: string

    Opaque, case-insensitive preferred zone; cross-zone fallback stays enabled.