Class CfnFlow.SAPODataParallelismConfigProperty
Sets the number of concurrent processes that transfer OData records from your SAP instance.
Inheritance
System.Object
CfnFlow.SAPODataParallelismConfigProperty
Implements
Namespace: Amazon.CDK.AWS.AppFlow
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SAPODataParallelismConfigProperty : Object, CfnFlow.ISAPODataParallelismConfigProperty
Syntax (vb)
Public Class SAPODataParallelismConfigProperty
Inherits Object
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() |
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()
public SAPODataParallelismConfigProperty()
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; }
Property Value
System.Double