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 API of the connector application that Amazon AppFlow uses to transfer your data.

Inheritance Hierarchy

System.Object
  Amazon.Appflow.Model.DataTransferApi

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

Syntax

C#
public class DataTransferApi

The DataTransferApi type exposes the following members

Constructors

NameDescription
Public Method DataTransferApi()

Properties

NameTypeDescription
Public Property Name System.String

Gets and sets the property Name.

The name of the connector application API.

Public Property Type Amazon.Appflow.DataTransferApiType

Gets and sets the property Type.

You can specify one of the following types:

AUTOMATIC

The default. Optimizes a flow for datasets that fluctuate in size from small to large. For each flow run, Amazon AppFlow chooses to use the SYNC or ASYNC API type based on the amount of data that the run transfers.

SYNC

A synchronous API. This type of API optimizes a flow for small to medium-sized datasets.

ASYNC

An asynchronous API. This type of API optimizes a flow for large datasets.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5