Share via


SparkBatchJob.LogLines Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="log")]
public System.Collections.Generic.IList<string> LogLines { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="log")>]
member this.LogLines : System.Collections.Generic.IList<string> with get, set
Public Property LogLines As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to