다음을 통해 공유


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 상속된