AWS SDK for .NET Documentation
TaskObject Class
AmazonAmazon.DataPipeline.ModelTaskObject Did this page help you?   Yes   No    Tell us about it...

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

Declaration Syntax
C#
public class TaskObject
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
TaskObject()()()()
Initializes a new instance of the TaskObject class

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

Constraints:

Length
1 - 1024
Pattern
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Objects
Connection information for the location where the task runner will publish the output of the task.

PipelineId
Identifier of the pipeline that provided the task.

Constraints:

Length
1 - 1024
Pattern
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*


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

Constraints:

Length
1 - 2048
Pattern
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithAttemptId(String) Obsolete.
Sets the AttemptId property

WithObjects(array<KeyValuePair<(Of <<'(String, PipelineObject>)>>)>[]()[][]) Obsolete.
Adds the KeyValuePairs to the Objects dictionary.

WithPipelineId(String) Obsolete.
Sets the PipelineId property

WithTaskId(String) Obsolete.
Sets the TaskId property

Inheritance Hierarchy
Object
TaskObject

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)