Share via


SparkStatementCollection.Statements Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="statements")]
public System.Collections.Generic.IList<Microsoft.Azure.HDInsight.Job.Models.SparkStatement> Statements { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="statements")>]
member this.Statements : System.Collections.Generic.IList<Microsoft.Azure.HDInsight.Job.Models.SparkStatement> with get, set
Public Property Statements As IList(Of SparkStatement)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to