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 details about items that were processed in all of the child workflow executions that were started by a Map Run.
Namespace: Amazon.StepFunctions.Model
Assembly: AWSSDK.StepFunctions.dll
Version: 3.x.y.z
public class MapRunItemCounts
The MapRunItemCounts type exposes the following members
Name | Description | |
---|---|---|
![]() |
MapRunItemCounts() |
Name | Type | Description | |
---|---|---|---|
![]() |
Aborted | System.Int64 |
Gets and sets the property Aborted. The total number of items processed in child workflow executions that were either stopped by the user or by Step Functions, because the Map Run failed. |
![]() |
Failed | System.Int64 |
Gets and sets the property Failed. The total number of items processed in child workflow executions that have failed. |
![]() |
FailuresNotRedrivable | System.Int64 |
Gets and sets the property FailuresNotRedrivable.
The number of |
![]() |
Pending | System.Int64 |
Gets and sets the property Pending. The total number of items to process in child workflow executions that haven't started running yet. |
![]() |
PendingRedrive | System.Int64 |
Gets and sets the property PendingRedrive. The number of unsuccessful items in child workflow executions currently waiting to be redriven. |
![]() |
ResultsWritten | System.Int64 |
Gets and sets the property ResultsWritten.
Returns the count of items whose results were written by |
![]() |
Running | System.Int64 |
Gets and sets the property Running. The total number of items being processed in child workflow executions that are currently in-progress. |
![]() |
Succeeded | System.Int64 |
Gets and sets the property Succeeded. The total number of items processed in child workflow executions that have completed successfully. |
![]() |
TimedOut | System.Int64 |
Gets and sets the property TimedOut. The total number of items processed in child workflow executions that have timed out. |
![]() |
Total | System.Int64 |
Gets and sets the property Total. The total number of items processed in all the child workflow executions started by a Map Run. |
.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