StreamTableSchema
data class StreamTableSchema(val tableNames: TableNames, val columnSchema: ColumnSchema, val importType: ImportType)
Schema information for a stream's table representation resolved for the target destination.
Contains everything necessary to perform table operations for the associated stream.