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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET