ExecuteDataFlowActivityTypePropertiesResponseCompute

data class ExecuteDataFlowActivityTypePropertiesResponseCompute(val computeType: Any? = null, val coreCount: Any? = null)

Compute properties for data flow activity.

Constructors

constructor(computeType: Any? = null, coreCount: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val computeType: Any? = null

Compute type of the cluster which will execute data flow job. Possible values include: 'General', 'MemoryOptimized', 'ComputeOptimized'. Type: string (or Expression with resultType string)

Link copied to clipboard
val coreCount: Any? = null

Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272. Type: integer (or Expression with resultType integer)