次の方法で共有


EventData.EventTimestamp プロパティ

定義

イベントに対応する要求を処理している Azure サービスによってイベントが生成されたときのタイムスタンプを取得します。 ISO 8601 形式です。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象