RecordDTO
Data transfer object containing a transformed record ready for aggregation and loading.
This DTO represents a record after it has been processed through the transformation pipeline, with all field mappings and value coercion already applied. It contains the minimal metadata needed for the aggregation and loading phases.
Constructors
Properties
Timestamp when this record was emitted from the source, in milliseconds since epoch. Used by the CDK for tracking data freshness and latency metrics.
Map of destination column names to their transformed values. All field name transformations and value coercion have been applied at this point. Most relevant field for destination implementations.
Internal CDK field for routing records to aggregates. This is managed by the CDK and should not be used by destination implementations.