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 cleanup

cleanup: undefined | false | true

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.

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