Skip to main content

AuditOptions

@rotorsoft/act-root


@rotorsoft/act-root / act/src / AuditOptions

Type Alias: AuditOptions

AuditOptions = object

Defined in: libs/act/src/types/audit.ts:65

Audit options. Most categories run unconditionally over the store; query narrows the scan window (e.g., "only audit events committed since yesterday" for an incremental cron).

Propertiesโ€‹

page_size?โ€‹

optional page_size?: number

Defined in: libs/act/src/types/audit.ts:73

Pagination size for event scans. Default 500.


query?โ€‹

optional query?: Query

Defined in: libs/act/src/types/audit.ts:71

Query filter applied to event-table scans. Mirrors Query (stream / source / created_before / created_after / before / etc.). When omitted, the audit scans the whole table.


thresholds?โ€‹

optional thresholds?: AuditThresholds

Defined in: libs/act/src/types/audit.ts:75

Per-category thresholds; see AuditThresholds.