DiscoverInputSchemaResponse class

Constructors

DiscoverInputSchemaResponse({SourceSchema? inputSchema, List<List<String>>? parsedInputRecords, List<String>? processedInputRecords, List<String>? rawInputRecords})
DiscoverInputSchemaResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
inputSchema SourceSchema?
The 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.
final
parsedInputRecords List<List<String>>?
An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).
final
processedInputRecords List<String>?
The stream data that was modified by the processor specified in the InputProcessingConfiguration parameter.
final
rawInputRecords List<String>?
The raw stream data that was sampled to infer the schema.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited