Enum ReadSummaryMethod

Enum Documentation

enum class mcap::ReadSummaryMethod

Values:

enumerator NoFallbackScan

Parse the Summary section to produce seeking indexes and summary statistics. If the Summary section is not present or corrupt, a failure Status is returned and the seeking indexes and summary statistics are not populated.

enumerator AllowFallbackScan

If the Summary section is missing or incomplete, allow falling back to reading the file sequentially to produce seeking indexes and summary statistics.

enumerator ForceScan

Read the file sequentially from Header to DataEnd to produce seeking indexes and summary statistics.