Show / Hide Table of Contents

Interface CfnFlow.ISAPODataPaginationConfigProperty

Sets the page size for each concurrent process that transfers OData records from your SAP instance.

Namespace: Amazon.CDK.AWS.AppFlow
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnFlow.ISAPODataPaginationConfigProperty
Syntax (vb)
Public Interface CfnFlow.ISAPODataPaginationConfigProperty
Remarks

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: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sapodatapaginationconfig.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.AppFlow;

             var sAPODataPaginationConfigProperty = new SAPODataPaginationConfigProperty {
                 MaxPageSize = 123
             };

Synopsis

Properties

MaxPageSize

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

Properties

MaxPageSize

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

double MaxPageSize { get; }
Property Value

double

Remarks

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sapodatapaginationconfig.html#cfn-appflow-flow-sapodatapaginationconfig-maxpagesize

Back to top Generated by DocFX