The Statistics record is found in the Summary section, providing counts and timestamp ranges for the entire file. More...
#include <types.hpp>
Public Attributes | |
uint32_t | attachmentCount |
uint32_t | channelCount |
std::unordered_map< ChannelId, uint64_t > | channelMessageCounts |
uint32_t | chunkCount |
uint64_t | messageCount |
Timestamp | messageEndTime |
Timestamp | messageStartTime |
uint32_t | metadataCount |
uint16_t | schemaCount |
The Statistics record is found in the Summary section, providing counts and timestamp ranges for the entire file.
std::unordered_map<ChannelId, uint64_t> mcap::Statistics::channelMessageCounts |