CopyComputeScalePropertiesResponse

data class CopyComputeScalePropertiesResponse(val dataIntegrationUnit: Int? = null, val timeToLive: Int? = null)

CopyComputeScale properties for managed integration runtime.

Constructors

Link copied to clipboard
constructor(dataIntegrationUnit: Int? = null, timeToLive: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

DIU number setting reserved for copy activity execution. Supported values are multiples of 4 in range 4-256.

Link copied to clipboard
val timeToLive: Int? = null

Time to live (in minutes) setting of integration runtime which will execute copy activity.