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

    Interface QwpEgressMetrics

    Immutable notification-inbox counters for an egress session.

    interface QwpEgressMetrics {
        deliveredConnectionNotifications: number;
        droppedConnectionNotifications: number;
    }
    Index

    Properties

    deliveredConnectionNotifications: number
    droppedConnectionNotifications: number