Integration Runtime Ssis Pipeline External Compute Scale
data class IntegrationRuntimeSsisPipelineExternalComputeScale(val numberOfExternalNodes: Int? = null, val numberOfPipelineNodes: Int? = null, val timeToLive: Int? = null)
Properties
Link copied to clipboard
Specifies the number of the external nodes, which should be greater than 0
and less than 11
.
Link copied to clipboard
Specifies the number of the pipeline nodes, which should be greater than 0
and less than 11
.
Link copied to clipboard
Specifies the time to live (in minutes) setting of integration runtime which will execute copy activity. Possible values are at least 5
.