Interface CfnFlow.ISAPODataParallelismConfigProperty
Sets the number of concurrent processes that transfer OData records from your SAP instance.
Namespace: Amazon.CDK.AWS.AppFlow
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISAPODataParallelismConfigProperty
Syntax (vb)
Public Interface 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
Properties
MaxParallelism | The maximum number of processes that Amazon AppFlow runs at the same time when it retrieves your data from your SAP application. |
Properties
MaxParallelism
The maximum number of processes that Amazon AppFlow runs at the same time when it retrieves your data from your SAP application.
double MaxParallelism { get; }
Property Value
System.Double