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.

A class for modeling different type of tasks. Task implementation varies based on the TaskType.

Inheritance Hierarchy

System.Object
  Amazon.Appflow.Model.Task

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

Syntax

C#
public class Task

The Task type exposes the following members

Constructors

NameDescription
Public Method Task()

Properties

NameTypeDescription
Public Property ConnectorOperator Amazon.Appflow.Model.ConnectorOperator

Gets and sets the property ConnectorOperator.

The operation to be performed on the provided source fields.

Public Property DestinationField System.String

Gets and sets the property DestinationField.

A field in a destination connector, or a field value against which Amazon AppFlow validates a source field.

Public Property SourceFields System.Collections.Generic.List<System.String>

Gets and sets the property SourceFields.

The source fields to which a particular task is applied.

Public Property TaskProperties System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property TaskProperties.

A map used to store task-related information. The execution service looks for particular information based on the TaskType.

Public Property TaskType Amazon.Appflow.TaskType

Gets and sets the property TaskType.

Specifies the particular task implementation that Amazon AppFlow performs.

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