Interface: GcAuditOptions
このコンテンツはまだ日本語訳がありません。
Interface: GcAuditOptions
Section titled “Interface: GcAuditOptions”Defined in: server/src/audit/gc.ts:6
Properties
Section titled “Properties”executor
Section titled “executor”
readonlyexecutor:SqlExecutor
Defined in: server/src/audit/gc.ts:7
dialect?
Section titled “dialect?”
readonlyoptionaldialect?:SqlDialect
Defined in: server/src/audit/gc.ts:8
scope?
Section titled “scope?”
readonlyoptionalscope?:string
Defined in: server/src/audit/gc.ts:9
retentionDays
Section titled “retentionDays”
readonlyretentionDays:number
Defined in: server/src/audit/gc.ts:10
limit?
Section titled “limit?”
readonlyoptionallimit?:number
Defined in: server/src/audit/gc.ts:12
Max tiles to delete per invocation. Default 32 tiles (~8k entries).
readonlyoptionalnow?: () =>number
Defined in: server/src/audit/gc.ts:13
Returns
Section titled “Returns”number
pruneCheckpoints?
Section titled “pruneCheckpoints?”
readonlyoptionalpruneCheckpoints?:boolean
Defined in: server/src/audit/gc.ts:21
Also remove _plasma_audit_checkpoints rows for retention-expired
tiles. Default false — most deployments want the root_hash to
survive as a permanent digest so verify keeps working with a
trust-anchor input. Enable when your retention story includes
“delete the digest as well”.