共用方式為


CodePackageEntryPointStatistics

有關在 Service Fabric 節點上部署之程式碼套件之設定或主要進入點的統計資料。

屬性

名稱 類型 必要
LastExitCode string No
LastActivationTime 字串 (日期-時間) No
LastExitTime 字串 (日期-時間) No
LastSuccessfulActivationTime 字串 (日期-時間) No
LastSuccessfulExitTime 字串 (日期-時間)
ActivationCount 字串
ActivationFailureCount 字串
ContinuousActivationFailureCount 字串
ExitCount 字串
ExitFailureCount 字串
ContinuousExitFailureCount 字串 No

LastExitCode

類型:字串
必要:否

進入點的最後一個結束代碼。


LastActivationTime

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

Service Fabric 嘗試執行進入點時,上次 (UTC) 。


LastExitTime

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

進入點完成執行時,上次 (UTC) 。


LastSuccessfulActivationTime

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

進入點成功執行時,上次以 UTC) (的時間。


LastSuccessfulExitTime

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

進入點順利執行時,上次以 UTC) (的時間。


ActivationCount

類型:字串
必要:否

進入點已執行的次數。


ActivationFailureCount

類型:字串
必要:否

進入點無法執行的次數。


ContinuousActivationFailureCount

類型:字串
必要:否

進入點持續無法執行的次數。


ExitCount

類型:字串
必要:否

進入點執行完成的次數。


ExitFailureCount

類型:字串
必要:否

進入點無法正常結束的次數。


ContinuousExitFailureCount

類型:字串
必要:否

進入點持續無法正常結束的次數。