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 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
Azure SDK for .NET