NodeSizeFamily 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.
The kind of nodes that the Big Data pool provides.
public readonly struct NodeSizeFamily : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.NodeSizeFamily>
type NodeSizeFamily = struct
Public Structure NodeSizeFamily
Implements IEquatable(Of NodeSizeFamily)
- Inheritance
-
NodeSizeFamily
- Implements
Constructors
| Name | Description |
|---|---|
| NodeSizeFamily(String) |
Initializes a new instance of NodeSizeFamily. |
Properties
| Name | Description |
|---|---|
| MemoryOptimized |
MemoryOptimized. |
| None |
None. |
Methods
| Name | Description |
|---|---|
| Equals(NodeSizeFamily) |
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(NodeSizeFamily, NodeSizeFamily) |
Determines if two NodeSizeFamily values are the same. |
| Implicit(String to NodeSizeFamily) |
Converts a String to a NodeSizeFamily. |
| Inequality(NodeSizeFamily, NodeSizeFamily) |
Determines if two NodeSizeFamily values are not the same. |