# Constants
COLUMN_TYPE_MESSAGE is a column containing the message of the log record.
COLUMN_TYPE_METADATA is a column containing structured metadata values for a specific key.
COLUMN_TYPE_STREAM_ID is a column containing the stream the log record belongs to.
COLUMN_TYPE_TIMESTAMP is a column containing the timestamp of the log record.
Invalid column type.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
ColumnDesc describes an individual column within the logs table.
ColumnMetadata describes the metadata for a column.
Metadata describes the metadata for the logs section.
PageDesc describes an individual page within a column.
# Type aliases
ColumnType represents the valid types that a logs column can have.