Rerun

ChannelCountPair

A pair representing a channel ID and its associated message count.

Fields fields

channel_id

Type: non-null UInt16

The channel ID.

message_count

Type: non-null UInt64

The message count for this channel.

Arrow datatype arrow-datatype

Struct(
    "channel_id": non-null UInt16
    "message_count": non-null UInt64
)

Used by used-by