ChannelMessageCounts
ā ļø This type is unstable and may change significantly in a way that the data won't be backwards compatible. A mapping of channel IDs to their respective message counts.
Used in MCAP statistics to track how many messages were recorded per channel.
Arrow datatype arrow-datatype
List<Struct {
channel_id: uint16
message_count: uint64
}>
API reference links api-reference-links
- š C++ API docs for
ChannelMessageCounts
- š Python API docs for
ChannelMessageCounts
- š¦ Rust API docs for
ChannelMessageCounts