Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface QueueStats

    interface QueueStats {
        outbound_limit?: number;
        outbound_size?: number;
    }
    Index

    Properties

    outbound_limit?: number

    The limit of the App's MT queue. The default limit is 500000 messages.

    outbound_size?: number

    The current size of the App's MT queue.