NotificationJobDiagnosticLog interface

Abstract base class for all of the diagnostic logs.

Extends

Properties

result
stats

Inherited Properties

activityId

Identifier used for correlating to other diagnostics that may have been recorded elsewhere.

description
endTime
errors
id

Unique instance identifier.

logType
messages
properties
source

This identifier depends on the logType. For notification jobs, this will be the job Id. For subscription tracing, this will be a special root Guid with the subscription Id encoded.

startTime
warnings

Property Details

result

result: string

Property Value

string

stats

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

Property Value

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

Inherited Property Details

activityId

Identifier used for correlating to other diagnostics that may have been recorded elsewhere.

activityId: string

Property Value

string

Inherited From NotificationDiagnosticLog.activityId

description

description: string

Property Value

string

Inherited From NotificationDiagnosticLog.description

endTime

endTime: Date

Property Value

Date

Inherited From NotificationDiagnosticLog.endTime

errors

errors: number

Property Value

number

Inherited From NotificationDiagnosticLog.errors

id

Unique instance identifier.

id: string

Property Value

string

Inherited From NotificationDiagnosticLog.id

logType

logType: string

Property Value

string

Inherited From NotificationDiagnosticLog.logType

messages

messages: NotificationDiagnosticLogMessage[]

Property Value

Inherited From NotificationDiagnosticLog.messages

properties

properties: {[key: string]: string}

Property Value

{[key: string]: string}

Inherited From NotificationDiagnosticLog.properties

source

This identifier depends on the logType. For notification jobs, this will be the job Id. For subscription tracing, this will be a special root Guid with the subscription Id encoded.

source: string

Property Value

string

Inherited From NotificationDiagnosticLog.source

startTime

startTime: Date

Property Value

Date

Inherited From NotificationDiagnosticLog.startTime

warnings

warnings: number

Property Value

number

Inherited From NotificationDiagnosticLog.warnings