共用方式為


ApplicationHealthReportExpiredEvent

應用程式健康情況報告已過期事件。

屬性

名稱 類型 必要
EventInstanceId 字串 (uuid)
Category 字串 No
TimeStamp 字串 (日期-時間)
HasCorrelatedEvents boolean No
ApplicationId 字串 Yes
ApplicationInstanceId 整數 (int64)
SourceId 字串
Property 字串
HealthState 字串 Yes
TimeToLiveMs 整數 (int64) Yes
SequenceNumber 整數 (int64)
Description 字串
RemoveWhenExpired boolean
SourceUtcTimestamp 字串 (日期-時間) Yes

EventInstanceId

類型:字串 (uuid)
必要:是

FabricEvent 實例的識別碼。


Category

類型:字串
必要:否

事件的類別。


TimeStamp

類型:字串 (日期時間)
必要:是

記錄時間事件。


HasCorrelatedEvents

類型:布林值
必要:否

顯示有現有的相關事件可供使用。


ApplicationId

類型:字串
必要:是

應用程式的身分識別。 這是應用程式名稱的編碼標記法。 這會用於 REST API,以識別應用程式資源。 從 6.0 版開始,階層名稱會以 「~」 字元分隔。 例如,如果應用程式名稱是 "fabric:/myapp/app1",則應用程式識別在 6.0+ 中會是 "myapp~app1",而在舊版中會是 "myapp/app1"。


ApplicationInstanceId

類型:整數 (int64)
必要:是

應用程式實例的識別碼。


SourceId

類型:字串
必要:是

報表來源的識別碼。


Property

類型:字串
必要:是

描述 屬性。


HealthState

類型:字串
必要:是

描述屬性健全狀況狀態。


TimeToLiveMs

類型:整數 (int64)
必要:是

存留時間以毫秒為單位。


SequenceNumber

類型:整數 (int64)
必要:是

報表的序號。


Description

類型:字串
必要:是

報表的描述。


RemoveWhenExpired

類型:布林值
必要:是

指出移除到期時。


SourceUtcTimestamp

類型:字串 (日期時間)
必要:是

來源時間。