Show / Hide Table of Contents

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 CfnFlow.ISAPODataParallelismConfigProperty
Syntax (vb)
Public Interface 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.

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

double

Remarks

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

Back to top Generated by DocFX