OBJECT
MessageCounts
Approximate counts of the messages currently on an Edge.
link GraphQL Schema definition
- type MessageCounts {
- # The approximate total number of messages.
- Int! :
- # The approximate number of messages that have had delivery delayed.
- Int! :
- # The approximate number of messages that have been received by a target Node
- # but have not yet been deleted from the Edge (also known as in-flight).
- Int! :
- }