JL
EN
Docs Home
Menu
Types

SSTableFile

Metadata returned by query endpoints for durable log files.

type jsonlog

SSTableFile

Metadata returned by query endpoints for durable log files.

Core Fields

  • id: file identifier
  • path: media path to fetch the file
  • region: upload/storage region
  • min_ts / max_ts: time bounds in milliseconds
  • entry_count: number of log entries
  • data_size: uncompressed bytes
  • compressed_size: compressed bytes when available
  • channels: channel ids found in the file
  • levels: distinct levels found in the file

Used In Guides