共用方式為


PartitionNewHealthReportEvent

資料分割健全狀況報告已建立事件。

屬性

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

EventInstanceId

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

FabricEvent 實例的識別碼。


Category

類型:字串
必要:否

事件的類別。


TimeStamp

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

記錄時間事件。


HasCorrelatedEvents

類型:布林值
必要:否

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


PartitionId

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

Service Fabric 用來唯一識別資料分割的內部識別碼。 這是建立服務時隨機產生的 GUID。 分割區識別碼是唯一的,而且不會在服務的存留期內變更。 如果已刪除相同的服務,並重新建立其分割區的識別碼會不同。


SourceId

類型:字串
必要:是

報表來源的識別碼。


Property

類型:字串
必要:是

描述 屬性。


HealthState

類型:字串
必要:是

描述屬性健全狀況狀態。


TimeToLiveMs

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

存留時間以毫秒為單位。


SequenceNumber

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

報表的序號。


Description

類型:字串
必要:是

報表的描述。


RemoveWhenExpired

類型:布林值
必要:是

指出移除到期時。


SourceUtcTimestamp

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

來源時間。