ArchivableModel interface

One watched table to seed into the archive settings table.

Signature:

export interface ArchivableModel 

Properties

Property

Modifiers

Type

Description

name

string

Table name (as created in sourceSchema).

periodSeconds?

number

(Optional) Retention period in seconds (default defaultPeriodSeconds).

sourceSchema?

string

(Optional) Schema the table lives in (default sourceSchema).

watchColumn?

string

(Optional) Column whose age gates archiving (default defaultColumn).

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.