Interface: HistoryLimitUpdatedEventData
Defined in: shared/types/events.ts:521
Payload emitted when the database history retention limit changes.
Remarksโ
Provides both the new limit and optional context about the previous limit for UI telemetry and analytics. Uses the shared BaseEventData contract to include emission metadata, keeping renderer subscriptions consistent with other events.
Extendsโ
Propertiesโ
timestampโ
readonlytimestamp:number
Defined in: shared/types/events.ts:74
The time (in milliseconds since epoch) when the event occurred.
Inherited fromโ
_meta?โ
readonlyoptional_meta:EventMetadata
Defined in: shared/types/events.ts:76
Runtime metadata describing the emission context.
Inherited fromโ
_originalMeta?โ
readonlyoptional_originalMeta:EventMetadata
Defined in: shared/types/events.ts:78
Preserves previously attached metadata when re-emitting events.
Inherited fromโ
limitโ
readonlylimit:number
Defined in: shared/types/events.ts:523
New maximum number of history records retained per monitor.
operationโ
readonlyoperation:"history-limit-updated"
Defined in: shared/types/events.ts:525
Operation identifier mirroring the originating database event.
previousLimit?โ
readonlyoptionalpreviousLimit:number
Defined in: shared/types/events.ts:527
Previous history limit if known; omitted when unavailable.