ChannelCountPair
A pair representing a channel ID and its associated message count.
Fields fields
channel_id
Type: UInt16
The channel ID.
message_count
Type: UInt64
The message count for this channel.
Arrow datatype arrow-datatype
Struct {
channel_id: uint16
message_count: uint64
}
API reference links api-reference-links
- 🌊 C++ API docs for
ChannelCountPair
- 🐍 Python API docs for
ChannelCountPair
- 🦀 Rust API docs for
ChannelCountPair