EventData.EventTimestamp Property

Definition

Gets the timestamp of when the event was generated by the Azure service processing the request corresponding the event. It in ISO 8601 format.

[Newtonsoft.Json.JsonProperty(PropertyName="eventTimestamp")]
public DateTime? EventTimestamp { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="eventTimestamp")>]
member this.EventTimestamp : Nullable<DateTime>
Public ReadOnly Property EventTimestamp As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to