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.

Specifies that you want Firehose to convert data from the JSON format to the Parquet or ORC format before writing it to Amazon S3. Firehose uses the serializer and deserializer that you specify, in addition to the column information from the Amazon Web Services Glue table, to deserialize your input data from JSON and then serialize it to the Parquet or ORC format. For more information, see Firehose Record Format Conversion.

Inheritance Hierarchy

System.Object
  Amazon.KinesisFirehose.Model.DataFormatConversionConfiguration

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

Syntax

C#
public class DataFormatConversionConfiguration

The DataFormatConversionConfiguration type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Enabled System.Boolean

Gets and sets the property Enabled.

Defaults to true. Set it to false if you want to disable format conversion while preserving the configuration details.

Public Property InputFormatConfiguration Amazon.KinesisFirehose.Model.InputFormatConfiguration

Gets and sets the property InputFormatConfiguration.

Specifies the deserializer that you want Firehose to use to convert the format of your data from JSON. This parameter is required if Enabled is set to true.

Public Property OutputFormatConfiguration Amazon.KinesisFirehose.Model.OutputFormatConfiguration

Gets and sets the property OutputFormatConfiguration.

Specifies the serializer that you want Firehose to use to convert the format of your data to the Parquet or ORC format. This parameter is required if Enabled is set to true.

Public Property SchemaConfiguration Amazon.KinesisFirehose.Model.SchemaConfiguration

Gets and sets the property SchemaConfiguration.

Specifies the Amazon Web Services Glue Data Catalog table that contains the column information. This parameter is required if Enabled is set to true.

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