Result returned by DBA.prune(), providing deletion counts for observability and logging.

interface PruneResult {
    attributes: number;
    jobs: number;
    streams: number;
}

Properties

attributes: number

Number of execution-artifact attribute rows stripped from completed jobs

jobs: number

Number of expired job rows hard-deleted

streams: number

Number of expired stream message rows hard-deleted