LivySessionStateInformation.ErrorAt Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to