LivySessionStateInformation.KilledAt Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="killedAt")]
public DateTimeOffset? KilledAt { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="killedAt")>]
member this.KilledAt : Nullable<DateTimeOffset> with get, set
Public Property KilledAt As Nullable(Of DateTimeOffset)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to