DataFlowComputeType Struct

Definition

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

DataFlowComputeType(String)

Initializes a new instance of DataFlowComputeType.

Properties

ComputeOptimized

ComputeOptimized.

General

General.

MemoryOptimized

MemoryOptimized.

Methods

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

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.

Applies to