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. |
compute |
Compute type of the cluster which will execute data flow job. |
core |
Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272. |
custom |
Custom properties are used to tune the data flow runtime performance. |
time |
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
customProperties
Custom properties are used to tune the data flow runtime performance.
customProperties?: IntegrationRuntimeDataFlowPropertiesCustomPropertiesItem[]
Property Value
timeToLive
Time to live (in minutes) setting of the cluster which will execute data flow job.
timeToLive?: number
Property Value
number