Share via


DiagnosticCondition.Since Property

Definition

Gets the UTC timestamp of when the condition started. Customers should be able to find a corresponding event in the ops log around this time.

[Newtonsoft.Json.JsonProperty(PropertyName="since")]
public string Since { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="since")>]
member this.Since : string
Public ReadOnly Property Since As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to