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 details about items that were processed in all of the child workflow executions that were started by a Map Run.

Inheritance Hierarchy

System.Object
  Amazon.StepFunctions.Model.MapRunItemCounts

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

Syntax

C#
public class MapRunItemCounts

The MapRunItemCounts type exposes the following members

Constructors

NameDescription
Public Method MapRunItemCounts()

Properties

NameTypeDescription
Public Property 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.

Public Property Failed System.Int64

Gets and sets the property Failed.

The total number of items processed in child workflow executions that have failed.

Public Property FailuresNotRedrivable System.Int64

Gets and sets the property FailuresNotRedrivable.

The number of FAILED, ABORTED, or TIMED_OUT items in child workflow executions that cannot be redriven because the execution status of those child workflows is terminal. For example, child workflows with an execution status of FAILED, ABORTED, or TIMED_OUT and a redriveStatus of NOT_REDRIVABLE.

Public Property 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.

Public Property PendingRedrive System.Int64

Gets and sets the property PendingRedrive.

The number of unsuccessful items in child workflow executions currently waiting to be redriven.

Public Property ResultsWritten System.Int64

Gets and sets the property ResultsWritten.

Returns the count of items whose results were written by ResultWriter. For more information, see ResultWriter in the Step Functions Developer Guide.

Public Property 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.

Public Property Succeeded System.Int64

Gets and sets the property Succeeded.

The total number of items processed in child workflow executions that have completed successfully.

Public Property TimedOut System.Int64

Gets and sets the property TimedOut.

The total number of items processed in child workflow executions that have timed out.

Public Property 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.

Version Information

.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