SubscriptionTraceEventProcessingLog interface

Abstract base class for all of the diagnostic logs.

Extends

Properties

channel
evaluationIdentities
optedOut

Which members opted out from receiving notifications from this subscription

processedEvents

Inherited Properties

activityId

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

description
endTime
errors
id

Unique instance identifier.

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

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
subscriptionId
warnings

Property Details

channel

channel: string

Property Value

string

evaluationIdentities

evaluationIdentities: ProcessingIdentities

Property Value

optedOut

Which members opted out from receiving notifications from this subscription

optedOut: DiagnosticIdentity[]

Property Value

processedEvents

processedEvents: {[key: number]: ProcessedEvent}

Property Value

{[key: number]: ProcessedEvent}

Inherited Property Details

activityId

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

activityId: string

Property Value

string

Inherited From SubscriptionTraceDiagnosticLog.activityId

description

description: string

Property Value

string

Inherited From SubscriptionTraceDiagnosticLog.description

endTime

endTime: Date

Property Value

Date

Inherited From SubscriptionTraceDiagnosticLog.endTime

errors

errors: number

Property Value

number

Inherited From SubscriptionTraceDiagnosticLog.errors

id

Unique instance identifier.

id: string

Property Value

string

Inherited From SubscriptionTraceDiagnosticLog.id

jobId

Indicates the job Id that processed or delivered this subscription

jobId: string

Property Value

string

Inherited From SubscriptionTraceDiagnosticLog.jobId

jobInstanceId

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

jobInstanceId: string

Property Value

string

Inherited From SubscriptionTraceDiagnosticLog.jobInstanceId

logType

logType: string

Property Value

string

Inherited From SubscriptionTraceDiagnosticLog.logType

messages

messages: NotificationDiagnosticLogMessage[]

Property Value

Inherited From SubscriptionTraceDiagnosticLog.messages

properties

properties: {[key: string]: string}

Property Value

{[key: string]: string}

Inherited From SubscriptionTraceDiagnosticLog.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 SubscriptionTraceDiagnosticLog.source

startTime

startTime: Date

Property Value

Date

Inherited From SubscriptionTraceDiagnosticLog.startTime

subscriptionId

subscriptionId: string

Property Value

string

Inherited From SubscriptionTraceDiagnosticLog.subscriptionId

warnings

warnings: number

Property Value

number

Inherited From SubscriptionTraceDiagnosticLog.warnings