PipelineContext

data class PipelineContext(var parentCheckpointCounts: Map<CheckpointId, CheckpointValue>?, var parentRecord: DestinationRecordRaw?)

Contextual pass through data.

Constructors

Link copied to clipboard
constructor(parentCheckpointCounts: Map<CheckpointId, CheckpointValue>?, parentRecord: DestinationRecordRaw?)

Properties