rayhunter.manifest¶
- class rayhunter.manifest.QmdlManifestEntry(arch: str, last_message_time: str, name: str, qmdl_size_bytes: int, rayhunter_version: str, start_time: str, stop_reason: str | None, system_os: str)[source]¶
Bases:
objectMetadata for a single QMDL capture file.
- class rayhunter.manifest.QmdlManifest(entries: List[QmdlManifestEntry], current_entry: QmdlManifestEntry | None)[source]¶
Bases:
objectA collection of metadata for all QMDL capture files available on this system.
- entries¶
A list of metadata for all finalized QMDL capture files available on this system.
- Type:
List[QmdlManifestEntry]
- current_entry¶
An optional value containing information on the active capture, or None if there is no active capture.
- Type:
Optional[QmdlManifestEntry]