PartitionReconfiguredEvent

分割區重新設定事件。

屬性

名稱 類型 必要
EventInstanceId 字串 (uuid)
Category 字串 No
TimeStamp 字串 (日期-時間)
HasCorrelatedEvents boolean No
PartitionId 字串 (uuid)
NodeName 字串
NodeInstanceId 字串
ServiceType 字串 Yes
CcEpochDataLossVersion 整數 (int64) Yes
CcEpochConfigVersion 整數 (int64)
ReconfigType 字串
Result 字串 Yes
Phase0DurationMs 數字 (雙精度) Yes
Phase1DurationMs 數字 (雙精度) Yes
Phase2DurationMs 數字 (雙精度) Yes
Phase3DurationMs 數字 (雙精度) Yes
Phase4DurationMs 數字 (雙精度) Yes
TotalDurationMs 數字 (雙精度) Yes

EventInstanceId

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

FabricEvent 實例的識別碼。


Category

類型:字串
必要:否

事件的類別。


TimeStamp

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

記錄時間事件。


HasCorrelatedEvents

類型:布林值
必要:否

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


PartitionId

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

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


NodeName

類型:字串
必要:是

Service Fabric 節點的名稱。


NodeInstanceId

類型:字串
必要:是

節點實例的識別碼。


ServiceType

類型:字串
必要:是

服務類型。


CcEpochDataLossVersion

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

CcEpochDataLoss 版本。


CcEpochConfigVersion

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

CcEpochConfig 版本。


ReconfigType

類型:字串
必要:是

重新設定的類型。


Result

類型:字串
必要:是

描述重新設定結果。


Phase0DurationMs

類型:number (double)
必要:是

Phase0 的持續時間,以毫秒為單位。


Phase1DurationMs

類型:number (double)
必要:是

第 1 階段的持續時間,以毫秒為單位。


Phase2DurationMs

類型:number (double)
必要:是

階段 2 的持續時間,以毫秒為單位。


Phase3DurationMs

類型:number (double)
必要:是

階段 3 的持續時間,以毫秒為單位。


Phase4DurationMs

類型:number (double)
必要:是

階段 4 的持續時間,以毫秒為單位。


TotalDurationMs

類型:number (double)
必要:是

以毫秒為單位的總持續時間。