Share via


ExecuteDataFlowActivityTypePropertiesCompute Class

Definition

Compute properties for data flow activity.

public class ExecuteDataFlowActivityTypePropertiesCompute
type ExecuteDataFlowActivityTypePropertiesCompute = class
Public Class ExecuteDataFlowActivityTypePropertiesCompute
Inheritance
ExecuteDataFlowActivityTypePropertiesCompute

Constructors

ExecuteDataFlowActivityTypePropertiesCompute()

Initializes a new instance of ExecuteDataFlowActivityTypePropertiesCompute.

Properties

ComputeType

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

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).

Applies to