LivySessionStateInformation.DeadAt Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to