你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NodeNewHealthReportEvent

节点运行状况报告已创建事件。

属性

名称 类型 必需
EventInstanceId string (uuid)
Category 字符串
TimeStamp 字符串(日期时间)
HasCorrelatedEvents boolean
NodeName 字符串
NodeInstanceId 整数 (int64)
SourceId 字符串
Property 字符串
HealthState 字符串
TimeToLiveMs 整数 (int64)
SequenceNumber 整数 (int64)
Description 字符串
RemoveWhenExpired boolean
SourceUtcTimestamp 字符串(日期时间)

EventInstanceId

类型:字符串 (uuid)
必需:是

FabricEvent 实例的标识符。


Category

类型:字符串
必需:否

事件的类别。


TimeStamp

类型:字符串 (日期时间)
必需:是

记录事件的时间。


HasCorrelatedEvents

类型:布尔值
必需:否

显示存在可用的现有相关事件。


NodeName

类型:字符串
必需:是

Service Fabric 节点的名称。


NodeInstanceId

类型:整数 (int64)
必需:是

节点实例的 ID。


SourceId

类型:字符串
必需:是

报表源的 ID。


Property

类型:字符串
必需:是

描述 属性。


HealthState

类型:字符串
必需:是

描述属性的运行状况状态。


TimeToLiveMs

类型:整数 (int64)
必需:是

生存时间(以毫秒为单位)。


SequenceNumber

类型:整数 (int64)
必需:是

报表的序列号。


Description

类型:字符串
必需:是

报表的说明。


RemoveWhenExpired

类型:布尔值
必需:是

指示在过期时删除。


SourceUtcTimestamp

类型:字符串 (日期时间)
必需:是

源时间。