ExtendedLivySessionRequest.Jars Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to