IntegrationRuntimeDataFlowPropertiesResponse

data class IntegrationRuntimeDataFlowPropertiesResponse(val cleanup: Boolean? = null, val computeType: String? = null, val coreCount: Int? = null, val customProperties: List<IntegrationRuntimeDataFlowPropertiesResponseCustomProperties>? = null, val timeToLive: Int? = null)

Data flow properties for managed integration runtime.

Constructors

constructor(cleanup: Boolean? = null, computeType: String? = null, coreCount: Int? = null, customProperties: List<IntegrationRuntimeDataFlowPropertiesResponseCustomProperties>? = null, timeToLive: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cleanup: Boolean? = null

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.

Link copied to clipboard
val computeType: String? = null

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

Link copied to clipboard
val coreCount: Int? = null

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

Link copied to clipboard

Custom properties are used to tune the data flow runtime performance.

Link copied to clipboard
val timeToLive: Int? = null

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