次の方法で共有


NodeClosedEvent interface

Node Closed イベント。

プロパティ

category

イベントのカテゴリ。

error

エラーについて説明します。

eventInstanceId

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

hasCorrelatedEvents

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

kind

ポリモーフィック識別子

nodeId

ノードの ID。

nodeInstance

Node インスタンスの ID。

nodeName

Service Fabric ノードの名前。

timeStamp

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

プロパティの詳細

category

イベントのカテゴリ。

category?: string

プロパティ値

string

error

エラーについて説明します。

error: string

プロパティ値

string

eventInstanceId

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

eventInstanceId: string

プロパティ値

string

hasCorrelatedEvents

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

hasCorrelatedEvents?: boolean

プロパティ値

boolean

kind

ポリモーフィック識別子

kind: "NodeClosed"

プロパティ値

"NodeClosed"

nodeId

ノードの ID。

nodeId: string

プロパティ値

string

nodeInstance

Node インスタンスの ID。

nodeInstance: number

プロパティ値

number

nodeName

Service Fabric ノードの名前。

nodeName: string

プロパティ値

string

timeStamp

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

timeStamp: Date

プロパティ値

Date