Package version:

Interface ExecuteDataFlowActivityTypePropertiesCompute

Compute properties for data flow activity.

interface ExecuteDataFlowActivityTypePropertiesCompute {
    computeType?: any;
    coreCount?: any;
}

Properties

computeType?: any

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

coreCount?: any

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)