LivyStatementOutput Constructors
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.
Overloads
LivyStatementOutput() | |
LivyStatementOutput(String, Nullable<Int32>, Object, String, String, IList<String>) |
LivyStatementOutput()
LivyStatementOutput(String, Nullable<Int32>, Object, String, String, IList<String>)
- Source:
- LivyStatementOutput.cs
public LivyStatementOutput (string status = default, int? executionCount = default, object data = default, string ename = default, string evalue = default, System.Collections.Generic.IList<string> traceback = default);
new Microsoft.Azure.Synapse.Models.LivyStatementOutput : string * Nullable<int> * obj * string * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Synapse.Models.LivyStatementOutput
Public Sub New (Optional status As String = Nothing, Optional executionCount As Nullable(Of Integer) = Nothing, Optional data As Object = Nothing, Optional ename As String = Nothing, Optional evalue As String = Nothing, Optional traceback As IList(Of String) = Nothing)
Parameters
- status
- String
- data
- Object
- ename
- String
- evalue
- String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET