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.

Contains information about a pipeline task that is assigned to a task runner.

Inheritance Hierarchy

System.Object
  Amazon.DataPipeline.Model.TaskObject

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

Syntax

C#
public class TaskObject

The TaskObject type exposes the following members

Constructors

NameDescription
Public Method TaskObject()

Properties

NameTypeDescription
Public Property AttemptId System.String

Gets and sets the property AttemptId.

The ID of the pipeline task attempt object. AWS Data Pipeline uses this value to track how many times a task is attempted.

Public Property Objects System.Collections.Generic.Dictionary<System.String, Amazon.DataPipeline.Model.PipelineObject>

Gets and sets the property Objects.

Connection information for the location where the task runner will publish the output of the task.

Public Property PipelineId System.String

Gets and sets the property PipelineId.

The ID of the pipeline that provided the task.

Public Property TaskId System.String

Gets and sets the property TaskId.

An internal identifier for the task. This ID is passed to the SetTaskStatus and ReportTaskProgress actions.

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