다음을 통해 공유


NotificationDeliveryLog interface

모든 진단 로그에 대한 추상 기본 클래스입니다.

Extends

속성

batches

상속된 속성

activityId

다른 곳에서 기록되었을 수 있는 다른 진단과 상관 관계를 지정하는 데 사용되는 식별자입니다.

description
endTime
errors
id

고유 인스턴스 식별자입니다.

logType
messages
properties
result
source

이 식별자는 logType에 따라 달라집니다. 알림 작업의 경우 작업 ID입니다. 구독 추적의 경우 구독 ID가 인코딩된 특별한 루트 Guid가 됩니다.

startTime
stats
warnings

속성 세부 정보

batches

batches: NotificationBatch[]

속성 값

상속된 속성 세부 정보

activityId

다른 곳에서 기록되었을 수 있는 다른 진단과 상관 관계를 지정하는 데 사용되는 식별자입니다.

activityId: string

속성 값

string

NotificationJobDiagnosticLog.activityId 상속된

description

description: string

속성 값

string

NotificationJobDiagnosticLog.description 상속된

endTime

endTime: Date

속성 값

Date

NotificationJobDiagnosticLog.endTime 상속된

errors

errors: number

속성 값

number

NotificationJobDiagnosticLog.errors 상속된

id

고유 인스턴스 식별자입니다.

id: string

속성 값

string

NotificationJobDiagnosticLog.id 상속된

logType

logType: string

속성 값

string

NotificationJobDiagnosticLog.logType 상속된

messages

messages: NotificationDiagnosticLogMessage[]

속성 값

NotificationJobDiagnosticLog.messages 상속된

properties

properties: {[key: string]: string}

속성 값

{[key: string]: string}

NotificationJobDiagnosticLog.properties 상속된

result

result: string

속성 값

string

NotificationJobDiagnosticLog.result 상속된

source

이 식별자는 logType에 따라 달라집니다. 알림 작업의 경우 작업 ID입니다. 구독 추적의 경우 구독 ID가 인코딩된 특별한 루트 Guid가 됩니다.

source: string

속성 값

string

NotificationJobDiagnosticLog.source 상속된

startTime

startTime: Date

속성 값

Date

NotificationJobDiagnosticLog.startTime 상속된

stats

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

속성 값

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

NotificationJobDiagnosticLog.stats 상속된

warnings

warnings: number

속성 값

number

NotificationJobDiagnosticLog.warnings 상속된