A pair representing a channel ID and its associated message count.
Fields
channel_id
Type: non-null UInt16
The channel ID.
message_count
Type: non-null UInt64
The message count for this channel.
Arrow datatype
Struct(
"channel_id": non-null UInt16
"message_count": non-null UInt64
)API reference links
- π C++ API docs for
ChannelCountPair - π Python API docs for
ChannelCountPair - π¦ Rust API docs for
ChannelCountPair