您现在访问的是微软AZURE全球版技术文档网站,若需要访问由世纪互联运营的MICROSOFT AZURE中国区技术文档网站,请访问 https://docs.azure.cn.
代码包入口点统计信息CodePackageEntryPointStatistics
有关在 Service Fabric 节点上部署的代码包的设置或主要入口点的统计信息。Statistics about setup or main entry point of a code package deployed on a Service Fabric node.
属性Properties
名称Name | 类型Type | 必选Required |
---|---|---|
LastExitCode |
字符串string | 否No |
LastActivationTime |
字符串(日期时间)string (date-time) | 否No |
LastExitTime |
字符串(日期时间)string (date-time) | 否No |
LastSuccessfulActivationTime |
字符串(日期时间)string (date-time) | 否No |
LastSuccessfulExitTime |
字符串(日期时间)string (date-time) | 否No |
ActivationCount |
字符串string | 否No |
ActivationFailureCount |
字符串string | 否No |
ContinuousActivationFailureCount |
字符串string | 否No |
ExitCount |
字符串string | 否No |
ExitFailureCount |
字符串string | 否No |
ContinuousExitFailureCount |
字符串string | 否No |
LastExitCode
类型: 字符串Type: string
必需: 否Required: No
入口点的最后一个退出代码。The last exit code of the entry point.
LastActivationTime
类型: 字符串(日期时间)Type: string (date-time)
必需: 否Required: No
服务结构尝试运行入口点时的最后一次(以 UTC 表示)。The last time (in UTC) when Service Fabric attempted to run the entry point.
LastExitTime
类型: 字符串(日期时间)Type: string (date-time)
必需: 否Required: No
入口点完成运行时的最后一次(以 UTC 表示)。The last time (in UTC) when the entry point finished running.
LastSuccessfulActivationTime
类型: 字符串(日期时间)Type: string (date-time)
必需: 否Required: No
入口点成功运行的最后一次(以 UTC 表示)。The last time (in UTC) when the entry point ran successfully.
LastSuccessfulExitTime
类型: 字符串(日期时间)Type: string (date-time)
必需: 否Required: No
入口点完成正常运行时的最后一次(以 UTC 表示)。The last time (in UTC) when the entry point finished running gracefully.
ActivationCount
类型: 字符串Type: string
必需: 否Required: No
入口点已运行的次数。Number of times the entry point has run.
ActivationFailureCount
类型: 字符串Type: string
必需: 否Required: No
入口点未能运行的次数。Number of times the entry point failed to run.
ContinuousActivationFailureCount
类型: 字符串Type: string
必需: 否Required: No
入口点连续失败的次数。Number of times the entry point continuously failed to run.
ExitCount
类型: 字符串Type: string
必需: 否Required: No
入口点完成运行的次数。Number of times the entry point finished running.
ExitFailureCount
类型: 字符串Type: string
必需: 否Required: No
入口点未能正常退出的次数。Number of times the entry point failed to exit gracefully.
ContinuousExitFailureCount
类型: 字符串Type: string
必需: 否Required: No
入口点连续失败以正常退出的次数。Number of times the entry point continuously failed to exit gracefully.