Share via


CellOutputType Struct

Definition

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

Name Description
CellOutputType(String)

Initializes a new instance of CellOutputType.

Properties

Name Description
DisplayData

display_data.

Error

error.

ExecuteResult

execute_result.

Stream

stream.

Methods

Name Description
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

Name Description
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