DiscoverInputSchemaResponse class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
inputSchema
→ SourceSchema?
-
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>?
-
Stream data that was modified by the processor specified in the
InputProcessingConfiguration
parameter.
final
-
rawInputRecords
→ List<String>?
-
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