SparkStatementOutput Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
SparkStatementOutput() | |
SparkStatementOutput(String, Nullable<Int32>, Object) |
SparkStatementOutput()
SparkStatementOutput(String, Nullable<Int32>, Object)
- Origem:
- 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
- data
- Object
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET