IntegrationRuntimeDataFlowProperties Class

Definition

Data flow properties for managed integration runtime.

public class IntegrationRuntimeDataFlowProperties
type IntegrationRuntimeDataFlowProperties = class
Public Class IntegrationRuntimeDataFlowProperties
Inheritance
IntegrationRuntimeDataFlowProperties

Constructors

IntegrationRuntimeDataFlowProperties()

Initializes a new instance of the IntegrationRuntimeDataFlowProperties class.

IntegrationRuntimeDataFlowProperties(IDictionary<String,Object>, String, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>)

Initializes a new instance of the IntegrationRuntimeDataFlowProperties class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

Cleanup

Gets or sets cluster will not be recycled and it will be used in next data flow activity run until TTL (time to live) is reached if this is set as false. Default is true.

ComputeType

Gets or sets compute type of the cluster which will execute data flow job. Possible values include: 'General', 'MemoryOptimized', 'ComputeOptimized'

CoreCount

Gets or sets core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272.

TimeToLive

Gets or sets time to live (in minutes) setting of the cluster which will execute data flow job.

Methods

Validate()

Validate the object.

Applies to