Compartir a través de


SparkStatementOutput Constructores

Definición

Sobrecargas

SparkStatementOutput()
SparkStatementOutput(String, Nullable<Int32>, Object)

SparkStatementOutput()

Source:
SparkStatementOutput.cs
public SparkStatementOutput ();
Public Sub New ()

Se aplica a

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)

Parámetros

status
String
executionCount
Nullable<Int32>
data
Object

Se aplica a