次の方法で共有


NodeEvent interface

すべての Node イベントのベースを表します。

プロパティ

category

イベントのカテゴリ。

eventInstanceId

FabricEvent インスタンスの識別子。

hasCorrelatedEvents

使用可能な既存の関連イベントがあることを示します。

kind

ポリモーフィック識別子

nodeName

Service Fabric ノードの名前。

timeStamp

時刻イベントがログに記録されました。

プロパティの詳細

category

イベントのカテゴリ。

category?: string

プロパティ値

string

eventInstanceId

FabricEvent インスタンスの識別子。

eventInstanceId: string

プロパティ値

string

hasCorrelatedEvents

使用可能な既存の関連イベントがあることを示します。

hasCorrelatedEvents?: boolean

プロパティ値

boolean

kind

ポリモーフィック識別子

kind: "NodeEvent"

プロパティ値

"NodeEvent"

nodeName

Service Fabric ノードの名前。

nodeName: string

プロパティ値

string

timeStamp

時刻イベントがログに記録されました。

timeStamp: Date

プロパティ値

Date