DataFlowComputeType Struct
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 type of the cluster which will execute data flow job.
public readonly struct DataFlowComputeType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.DataFlowComputeType>
type DataFlowComputeType = struct
Public Structure DataFlowComputeType
Implements IEquatable(Of DataFlowComputeType)
- Inheritance
-
DataFlowComputeType
- Implements
Constructors
| Name | Description |
|---|---|
| DataFlowComputeType(String) |
Initializes a new instance of DataFlowComputeType. |
Properties
| Name | Description |
|---|---|
| ComputeOptimized |
ComputeOptimized. |
| General |
General. |
| MemoryOptimized |
MemoryOptimized. |
Methods
| Name | Description |
|---|---|
| Equals(DataFlowComputeType) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(DataFlowComputeType, DataFlowComputeType) |
Determines if two DataFlowComputeType values are the same. |
| Implicit(String to DataFlowComputeType) |
Converts a String to a DataFlowComputeType. |
| Inequality(DataFlowComputeType, DataFlowComputeType) |
Determines if two DataFlowComputeType values are not the same. |