inputSchema property

SourceSchema? inputSchema
final

Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

Implementation

final SourceSchema? inputSchema;