AWS SDK Version 2 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.

.NET Framework 4.5
 
Container for the parameters to the ReportTaskProgress operation. Task runners call ReportTaskProgress when assigned a task to acknowledge that it has the task. If the web service does not receive this acknowledgement within 2 minutes, it assigns the task in a subsequent PollForTask call. After this initial acknowledgement, the task runner only needs to report progress every 15 minutes to maintain its ownership of the task. You can change this reporting time from 15 minutes by specifying a reportProgressTimeout field in your pipeline.

If a task runner does not report its status after 5 minutes, AWS Data Pipeline assumes that the task runner is unable to process the task and reassigns the task in a subsequent response to PollForTask. Task runners should call ReportTaskProgress every 60 seconds.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.DataPipeline.AmazonDataPipelineRequest
      Amazon.DataPipeline.Model.ReportTaskProgressRequest

Namespace: Amazon.DataPipeline.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class ReportTaskProgressRequest : AmazonDataPipelineRequest
         IRequestEvents

The ReportTaskProgressRequest type exposes the following members

Constructors

NameDescription
Public Method ReportTaskProgressRequest()

Properties

NameTypeDescription
Public Property Fields System.Collections.Generic.List<Amazon.DataPipeline.Model.Field> Gets and sets the property Fields.

Key-value pairs that define the properties of the ReportTaskProgressInput object.

Public Property TaskId System.String Gets and sets the property TaskId.

The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8