SparkStatementOutput 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
SparkStatementOutput() | |
SparkStatementOutput(String, Nullable<Int32>, Object) |
SparkStatementOutput()
SparkStatementOutput(String, Nullable<Int32>, Object)
- Source:
- SparkStatementOutput.cs
public SparkStatementOutput (string status = default, int? executionCount = default, object data = default);
new Microsoft.Azure.HDInsight.Job.Models.SparkStatementOutput : string * Nullable<int> * obj -> Microsoft.Azure.HDInsight.Job.Models.SparkStatementOutput
Public Sub New (Optional status As String = Nothing, Optional executionCount As Nullable(Of Integer) = Nothing, Optional data As Object = Nothing)
Parameters
- status
- String
- data
- Object