Class: Aws::Appflow::Types::SAPODataPaginationConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::SAPODataPaginationConfig
- Defined in:
- gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb
Overview
Sets the page size for each concurrent process that transfers 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_page_size ⇒ Integer
The maximum number of records that Amazon AppFlow receives in each page of the response from your SAP application.
Instance Attribute Details
#max_page_size ⇒ Integer
The maximum number of records that Amazon AppFlow receives in each page of the response from your SAP application. For transfers of OData records, the maximum page size is 3,000. For transfers of data that comes from an ODP provider, the maximum page size is 10,000.
4280 4281 4282 4283 4284 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 4280 class SAPODataPaginationConfig < Struct.new( :max_page_size) SENSITIVE = [] include Aws::Structure end |