CollectorDryRunDto

data class CollectorDryRunDto(val runId: String, val dryRun: Boolean, val applied: Int, val skipped: Int, val hardDeleted: Int, val marks: List<MarkDto>)

A leak-free summary of a collector dry-run preview. Exposes counts derived from the run's list fields, plus the individual marks.

Constructors

Link copied to clipboard
constructor(runId: String, dryRun: Boolean, applied: Int, skipped: Int, hardDeleted: Int, marks: List<MarkDto>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

count of marks whose proposition was transitioned (zero on a dry run)

Link copied to clipboard

whether the run was a non-mutating preview

Link copied to clipboard

count of propositions permanently removed

Link copied to clipboard

the individual marks produced by the run

Link copied to clipboard

the run identifier

Link copied to clipboard

count of marks intentionally left untouched