InputSchemaUpdate class

Describes updates for an SQL-based Kinesis Data Analytics application's input schema.

Constructors

InputSchemaUpdate({List<RecordColumn>? recordColumnUpdates, String? recordEncodingUpdate, RecordFormat? recordFormatUpdate})

Properties

hashCode int
The hash code for this object.
no setterinherited
recordColumnUpdates List<RecordColumn>?
A list of RecordColumn objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.
final
recordEncodingUpdate String?
Specifies the encoding of the records in the streaming source; for example, UTF-8.
final
recordFormatUpdate RecordFormat?
Specifies the format of the records on the streaming source.
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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