IntegrationRuntimeDataFlowProperties interface

Data flow properties for managed integration runtime.

Properties

cleanup

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

Compute type of the cluster which will execute data flow job.

coreCount

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

timeToLive

Time to live (in minutes) setting of the cluster which will execute data flow job.

Property Details

cleanup

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.

cleanup?: boolean

Property Value

boolean

computeType

Compute type of the cluster which will execute data flow job.

computeType?: string

Property Value

string

coreCount

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

coreCount?: number

Property Value

number

timeToLive

Time to live (in minutes) setting of the cluster which will execute data flow job.

timeToLive?: number

Property Value

number