inputSchema property

SourceSchema? inputSchema
final

Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.

Implementation

final SourceSchema? inputSchema;