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.

Specifies the end result of the flow run.

Inheritance Hierarchy

System.Object
  Amazon.Appflow.Model.ExecutionResult

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

Syntax

C#
public class ExecutionResult

The ExecutionResult type exposes the following members

Constructors

NameDescription
Public Method ExecutionResult()

Properties

NameTypeDescription
Public Property BytesProcessed System.Int64

Gets and sets the property BytesProcessed.

The total number of bytes processed by the flow run.

Public Property BytesWritten System.Int64

Gets and sets the property BytesWritten.

The total number of bytes written as a result of the flow run.

Public Property ErrorInfo Amazon.Appflow.Model.ErrorInfo

Gets and sets the property ErrorInfo.

Provides any error message information related to the flow run.

Public Property MaxPageSize System.Int64

Gets and sets the property MaxPageSize.

The maximum number of records that Amazon AppFlow receives in each page of the response from your SAP application.

Public Property NumParallelProcesses System.Int64

Gets and sets the property NumParallelProcesses.

The number of processes that Amazon AppFlow ran at the same time when it retrieved your data.

Public Property RecordsProcessed System.Int64

Gets and sets the property RecordsProcessed.

The number of records processed in the flow run.

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