ExecutionResult

Specifies the end result of the flow run.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The total number of bytes processed by the flow run.

Link copied to clipboard

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

Link copied to clipboard

Provides any error message information related to the flow run.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The number of records processed in the flow run.

Functions

Link copied to clipboard
inline fun copy(block: ExecutionResult.Builder.() -> Unit = {}): ExecutionResult
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String