SparkJobLog 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
SparkJobLog() | |
SparkJobLog(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int64>, IList<String>) |
SparkJobLog()
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)
Parameters
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