Class CfnFlow.SAPODataParallelismConfigProperty
Sets the number of concurrent processes that transfer OData records from your SAP instance.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.AppFlow
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnFlow.SAPODataParallelismConfigProperty : CfnFlow.ISAPODataParallelismConfigProperty
Syntax (vb)
Public Class CfnFlow.SAPODataParallelismConfigProperty Implements CfnFlow.ISAPODataParallelismConfigProperty
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.
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 sAPODataParallelismConfigProperty = new SAPODataParallelismConfigProperty {
MaxParallelism = 123
};
Synopsis
Constructors
SAPODataParallelismConfigProperty() | Sets the number of concurrent processes that transfer OData records from your SAP instance. |
Properties
MaxParallelism | The maximum number of processes that Amazon AppFlow runs at the same time when it retrieves your data from your SAP application. |
Constructors
SAPODataParallelismConfigProperty()
Sets the number of concurrent processes that transfer OData records from your SAP instance.
public SAPODataParallelismConfigProperty()
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.
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 sAPODataParallelismConfigProperty = new SAPODataParallelismConfigProperty {
MaxParallelism = 123
};
Properties
MaxParallelism
The maximum number of processes that Amazon AppFlow runs at the same time when it retrieves your data from your SAP application.
public double MaxParallelism { get; set; }