Serializer class

The serializer that you want Kinesis Data Firehose to use to convert data to the target format before writing it to Amazon S3. Kinesis Data Firehose supports two types of serializers: the ORC SerDe and the Parquet SerDe.

Constructors

Serializer({OrcSerDe? orcSerDe, ParquetSerDe? parquetSerDe})
Serializer.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
orcSerDe OrcSerDe?
A serializer to use for converting data to the ORC format before storing it in Amazon S3. For more information, see Apache ORC.
final
parquetSerDe ParquetSerDe?
A serializer to use for converting data to the Parquet format before storing it in Amazon S3. For more information, see Apache Parquet.
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