ExecuteDataFlowActivityTypePropertiesCompute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compute properties for data flow activity.
public class ExecuteDataFlowActivityTypePropertiesCompute
type ExecuteDataFlowActivityTypePropertiesCompute = class
Public Class ExecuteDataFlowActivityTypePropertiesCompute
- Inheritance
-
ExecuteDataFlowActivityTypePropertiesCompute
Constructors
ExecuteDataFlowActivityTypePropertiesCompute() |
Initializes a new instance of the ExecuteDataFlowActivityTypePropertiesCompute class. |
ExecuteDataFlowActivityTypePropertiesCompute(Object, Object) |
Initializes a new instance of the ExecuteDataFlowActivityTypePropertiesCompute class. |
Properties
ComputeType |
Gets or sets 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 |
Gets or sets 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
Azure SDK for .NET