Compartir a través de


SparkJobLog Constructores

Definición

Sobrecargas

SparkJobLog()
SparkJobLog(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int64>, IList<String>)

SparkJobLog()

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

Se aplica a

SparkJobLog(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int64>, IList<String>)

Source:
SparkJobLog.cs
public SparkJobLog (int? id = default, int? fromProperty = default, int? size = default, long? total = default, System.Collections.Generic.IList<string> logLines = default);
new Microsoft.Azure.HDInsight.Job.Models.SparkJobLog : Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int64> * System.Collections.Generic.IList<string> -> Microsoft.Azure.HDInsight.Job.Models.SparkJobLog
Public Sub New (Optional id As Nullable(Of Integer) = Nothing, Optional fromProperty As Nullable(Of Integer) = Nothing, Optional size As Nullable(Of Integer) = Nothing, Optional total As Nullable(Of Long) = Nothing, Optional logLines As IList(Of String) = Nothing)

Parámetros

fromProperty
Nullable<Int32>
size
Nullable<Int32>
total
Nullable<Int64>
logLines
IList<String>

Se aplica a