Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IntegrationRuntimeDataFlowProperties

Package version

Data flow properties for managed integration runtime.

Hierarchy

  • IntegrationRuntimeDataFlowProperties

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional computeType

computeType: DataFlowComputeType

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

Optional coreCount

coreCount: undefined | number

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

Optional timeToLive

timeToLive: undefined | number

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

Generated using TypeDoc