CellOutputType 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.
Execution, display, or stream outputs.
public readonly struct CellOutputType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.CellOutputType>
type CellOutputType = struct
Public Structure CellOutputType
Implements IEquatable(Of CellOutputType)
- Inheritance
-
CellOutputType
- Implements
Constructors
CellOutputType(String) |
Initializes a new instance of CellOutputType. |
Properties
DisplayData |
display_data. |
Error |
error. |
ExecuteResult |
execute_result. |
Stream |
stream. |
Methods
Equals(CellOutputType) |
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(CellOutputType, CellOutputType) |
Determines if two CellOutputType values are the same. |
Implicit(String to CellOutputType) |
Converts a string to a CellOutputType. |
Inequality(CellOutputType, CellOutputType) |
Determines if two CellOutputType values are not the same. |
Applies to
Azure SDK for .NET