次の方法で共有


NotificationJobDiagnosticLog interface

すべての診断ログの抽象基本クラス。

Extends

プロパティ

result
stats

継承されたプロパティ

activityId

他の場所に記録されている可能性がある他の診断に関連付けるために使用される識別子。

description
endTime
errors
id

一意のインスタンス識別子。

logType
messages
properties
source

この識別子は logType によって異なります。 通知ジョブの場合、これはジョブ ID になります。サブスクリプション トレースの場合、これはサブスクリプション ID がエンコードされた特別なルート Guid になります。

startTime
warnings

プロパティの詳細

result

result: string

プロパティ値

string

stats

stats: {[key: string]: {[key: string]: number}}

プロパティ値

{[key: string]: {[key: string]: number}}

継承されたプロパティの詳細

activityId

他の場所に記録されている可能性がある他の診断に関連付けるために使用される識別子。

activityId: string

プロパティ値

string

NotificationDiagnosticLog.activityIdから継承

description

description: string

プロパティ値

string

NotificationDiagnosticLog.descriptionから継承

endTime

endTime: Date

プロパティ値

Date

NotificationDiagnosticLog.endTimeから継承

errors

errors: number

プロパティ値

number

NotificationDiagnosticLog.errorsから継承

id

一意のインスタンス識別子。

id: string

プロパティ値

string

NotificationDiagnosticLog.idから継承

logType

logType: string

プロパティ値

string

NotificationDiagnosticLog.logTypeから継承

messages

messages: NotificationDiagnosticLogMessage[]

プロパティ値

NotificationDiagnosticLog.messagesから継承

properties

properties: {[key: string]: string}

プロパティ値

{[key: string]: string}

NotificationDiagnosticLog.propertiesから継承

source

この識別子は logType によって異なります。 通知ジョブの場合、これはジョブ ID になります。サブスクリプション トレースの場合、これはサブスクリプション ID がエンコードされた特別なルート Guid になります。

source: string

プロパティ値

string

NotificationDiagnosticLog.sourceから継承

startTime

startTime: Date

プロパティ値

Date

NotificationDiagnosticLog.startTimeから継承

warnings

warnings: number

プロパティ値

number

NotificationDiagnosticLog.warningsから継承