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 configuration that determines how Amazon AppFlow should format the flow output data when Amazon S3 is used as the destination.

Inheritance Hierarchy

System.Object
  Amazon.Appflow.Model.S3OutputFormatConfig

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

Syntax

C#
public class S3OutputFormatConfig

The S3OutputFormatConfig type exposes the following members

Constructors

NameDescription
Public Method S3OutputFormatConfig()

Properties

NameTypeDescription
Public Property AggregationConfig Amazon.Appflow.Model.AggregationConfig

Gets and sets the property AggregationConfig.

Public Property FileType Amazon.Appflow.FileType

Gets and sets the property FileType.

Indicates the file type that Amazon AppFlow places in the Amazon S3 bucket.

Public Property PrefixConfig Amazon.Appflow.Model.PrefixConfig

Gets and sets the property PrefixConfig.

Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket. You can name folders according to the flow frequency and date.

Public Property PreserveSourceDataTyping System.Boolean

Gets and sets the property PreserveSourceDataTyping.

If your file output format is Parquet, use this parameter to set whether Amazon AppFlow preserves the data types in your source data when it writes the output to Amazon S3.

  • true: Amazon AppFlow preserves the data types when it writes to Amazon S3. For example, an integer or 1 in your source data is still an integer in your output.

  • false: Amazon AppFlow converts all of the source data into strings when it writes to Amazon S3. For example, an integer of 1 in your source data becomes the string "1" in the output.

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