SubscriptionTraceDiagnosticLog interface

Abstract base class for all of the diagnostic logs.

Extends

Properties

jobId

Indicates the job Id that processed or delivered this subscription

jobInstanceId

Indicates unique instance identifier for the job that processed or delivered this subscription

subscriptionId

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

jobId

Indicates the job Id that processed or delivered this subscription

jobId: string

Property Value

string

jobInstanceId

Indicates unique instance identifier for the job that processed or delivered this subscription

jobInstanceId: string

Property Value

string

subscriptionId

subscriptionId: string

Property Value

string

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