Share via


ExecuteDataFlowActivityComputeType.ComputeType Property

Definition

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

public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> ComputeType { get; set; }
member this.ComputeType : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> with get, set
Public Property ComputeType As DataFactoryElement(Of String)

Property Value

Applies to