preference_protocol library
Shared, transport-safe inspection models used by Preference packages.
Classes
- ActivityEvent
- A serializable record of a storage-engine lifecycle or transaction event.
- ActivitySource
- Supplies a chronological stream of database activity events.
- ExecutionStats
- Timing, scan, and access information produced while executing a query.
- HealthReport
- Integrity and maintenance signals returned by a diagnostics provider.
- InspectionQueryRequest
- A bounded query request sent from an inspection client to a provider.
- InspectionQueryResult
- A page of inspection values and the metadata needed to fetch another page.
- InspectionValue
- One raw storage record with optional decoded content for inspection tools.
- StorageInfo
- Describes the storage engine, format, and physical database footprint.
- StorageStatistics
- Compact live statistics about the current database contents.
Enums
- AccessStrategy
- Describes how an inspection query located its candidate records.
- ActivityEventType
- The operation or lifecycle transition described by an activity event.
- ActivitySeverity
- Severity assigned to an ActivityEvent.