Class: Aws::Appflow::Types::SAPODataParallelismConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::SAPODataParallelismConfig
- Defined in:
- gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb
Overview
Sets the number of concurrent processes that transfer OData records from your SAP instance. A concurrent process is query that retrieves a batch of records as part of a flow run. Amazon AppFlow can run multiple concurrent processes in parallel to transfer data faster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_parallelism ⇒ Integer
The maximum number of processes that Amazon AppFlow runs at the same time when it retrieves your data from your SAP application.
Instance Attribute Details
#max_parallelism ⇒ Integer
The maximum number of processes that Amazon AppFlow runs at the same time when it retrieves your data from your SAP application.
4291 4292 4293 4294 4295 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 4291 class SAPODataParallelismConfig < Struct.new( :max_parallelism) SENSITIVE = [] include Aws::Structure end |