AWS SDK for C++

AWS SDK for C++ Version 1.11.617

Loading...
Searching...
No Matches
Public Member Functions | List of all members
Aws::Appflow::Model::SAPODataPaginationConfig Class Reference

#include <SAPODataPaginationConfig.h>

Public Member Functions

AWS_APPFLOW_API SAPODataPaginationConfig ()=default
 
 
 
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize () const
 
int GetMaxPageSize () const
 
bool MaxPageSizeHasBeenSet () const
 
void SetMaxPageSize (int value)
 
 

Detailed Description

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.

See Also:

AWS API Reference

Definition at line 33 of file SAPODataPaginationConfig.h.

Constructor & Destructor Documentation

◆ SAPODataPaginationConfig() [1/2]

AWS_APPFLOW_API Aws::Appflow::Model::SAPODataPaginationConfig::SAPODataPaginationConfig ( )
default

◆ SAPODataPaginationConfig() [2/2]

AWS_APPFLOW_API Aws::Appflow::Model::SAPODataPaginationConfig::SAPODataPaginationConfig ( Aws::Utils::Json::JsonView  jsonValue)

Member Function Documentation

◆ GetMaxPageSize()

int Aws::Appflow::Model::SAPODataPaginationConfig::GetMaxPageSize ( ) const
inline

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.

Definition at line 49 of file SAPODataPaginationConfig.h.

◆ Jsonize()

AWS_APPFLOW_API Aws::Utils::Json::JsonValue Aws::Appflow::Model::SAPODataPaginationConfig::Jsonize ( ) const

◆ MaxPageSizeHasBeenSet()

bool Aws::Appflow::Model::SAPODataPaginationConfig::MaxPageSizeHasBeenSet ( ) const
inline

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.

Definition at line 50 of file SAPODataPaginationConfig.h.

◆ operator=()

AWS_APPFLOW_API SAPODataPaginationConfig & Aws::Appflow::Model::SAPODataPaginationConfig::operator= ( Aws::Utils::Json::JsonView  jsonValue)

◆ SetMaxPageSize()

void Aws::Appflow::Model::SAPODataPaginationConfig::SetMaxPageSize ( int  value)
inline

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.

Definition at line 51 of file SAPODataPaginationConfig.h.

◆ WithMaxPageSize()

SAPODataPaginationConfig & Aws::Appflow::Model::SAPODataPaginationConfig::WithMaxPageSize ( int  value)
inline

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.

Definition at line 52 of file SAPODataPaginationConfig.h.


The documentation for this class was generated from the following file: