AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.KinesisFirehose.Model.Serializer

Namespace: Amazon.KinesisFirehose.Model
Assembly: AWSSDK.KinesisFirehose.dll
Version: 3.x.y.z

Syntax

C#
public class Serializer

The Serializer type exposes the following members

Constructors

NameDescription
Public Method Serializer()

Properties

NameTypeDescription
Public Property OrcSerDe Amazon.KinesisFirehose.Model.OrcSerDe

Gets and sets the property OrcSerDe.

A serializer to use for converting data to the ORC format before storing it in Amazon S3. For more information, see Apache ORC.

Public Property ParquetSerDe Amazon.KinesisFirehose.Model.ParquetSerDe

Gets and sets the property ParquetSerDe.

A serializer to use for converting data to the Parquet format before storing it in Amazon S3. For more information, see Apache Parquet.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5