recordColumnUpdates property

List<RecordColumn>? recordColumnUpdates
final

A list of RecordColumn objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.

Implementation

final List<RecordColumn>? recordColumnUpdates;