TargetHealthDto

data class TargetHealthDto(val target: String, val projected: Int, val adopted: Int, val skipped: Int, val failed: Int, val stale: Int)

Per-target projection counts by lifecycle.

Constructors

Link copied to clipboard
constructor(target: String, projected: Int, adopted: Int, skipped: Int, failed: Int, stale: Int)

Properties

Link copied to clipboard

count of aligned/adopted artifacts

Link copied to clipboard
val failed: Int

count of failed projections

Link copied to clipboard

count of newly created artifacts

Link copied to clipboard

count of intentionally un-projected propositions

Link copied to clipboard
val stale: Int

count of out-of-date projections

Link copied to clipboard

the projection target name (e.g. "neo4j", "prolog", "report")