Package version:

Interface IntegrationRuntimeDataFlowProperties

Data flow properties for managed integration runtime.

Hierarchy

  • IntegrationRuntimeDataFlowProperties

Indexable

[property: string]: any

Properties

cleanup?: boolean

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?: string

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

coreCount?: number

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

timeToLive?: number

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

Generated using TypeDoc