PruneRequest
@forge/monorepo / backend/src / PruneRequest
Type Alias: PruneRequest
PruneRequest =
object
Defined in: backend/src/retention/index.ts:47
Properties
limit
readonlylimit:number
Defined in: backend/src/retention/index.ts:54
Rows per call. Bounded, because an unbounded DELETE over this table takes a long-lived lock and blocks the
live appends that are the reason the table exists.
olderThan
readonlyolderThan:string
Defined in: backend/src/retention/index.ts:49
Delete events created strictly before this instant. ISO-8601.