NotificationDeliveryLog interface
Abstract base class for all of the diagnostic logs.
- Extends
Properties
| batches |
Inherited Properties
| activity |
Identifier used for correlating to other diagnostics that may have been recorded elsewhere. |
| description | |
| end |
|
| errors | |
| id | Unique instance identifier. |
| log |
|
| messages | |
| properties | |
| result | |
| 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. |
| start |
|
| stats | |
| warnings |
Property Details
batches
Inherited Property Details
activityId
Identifier used for correlating to other diagnostics that may have been recorded elsewhere.
activityId: string
Property Value
string
Inherited From NotificationJobDiagnosticLog.activityId
description
endTime
errors
id
Unique instance identifier.
id: string
Property Value
string
Inherited From NotificationJobDiagnosticLog.id
logType
messages
messages: NotificationDiagnosticLogMessage[]
Property Value
Inherited From NotificationJobDiagnosticLog.messages
properties
properties: {[key: string]: string}
Property Value
{[key: string]: string}
Inherited From NotificationJobDiagnosticLog.properties
result
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 NotificationJobDiagnosticLog.source
startTime
stats
stats: {[key: string]: {[key: string]: number}}
Property Value
{[key: string]: {[key: string]: number}}
Inherited From NotificationJobDiagnosticLog.stats