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 elements that Amazon AppFlow includes in the file and folder names in the flow destination.

Inheritance Hierarchy

System.Object
  Amazon.Appflow.Model.PrefixConfig

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

Syntax

C#
public class PrefixConfig

The PrefixConfig type exposes the following members

Constructors

NameDescription
Public Method PrefixConfig()

Properties

NameTypeDescription
Public Property PathPrefixHierarchy System.Collections.Generic.List<System.String>

Gets and sets the property PathPrefixHierarchy.

Specifies whether the destination file path includes either or both of the following elements:

EXECUTION_ID

The ID that Amazon AppFlow assigns to the flow run.

SCHEMA_VERSION

The version number of your data schema. Amazon AppFlow assigns this version number. The version number increases by one when you change any of the following settings in your flow configuration:

  • Source-to-destination field mappings

  • Field data types

  • Partition keys

Public Property PrefixFormat Amazon.Appflow.PrefixFormat

Gets and sets the property PrefixFormat.

Determines the level of granularity for the date and time that's included in the prefix.

Public Property PrefixType Amazon.Appflow.PrefixType

Gets and sets the property PrefixType.

Determines the format of the prefix, and whether it applies to the file name, file path, or both.

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