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
}

Used by used-by