次の方法で共有


EventModel.FirstTimestamp プロパティ

定義

ログに記録された最も古いイベントの日時を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象