EventProcessingLog interface
所有診斷記錄的抽象基類。
- Extends
屬性
batches | |
matcher |
繼承的屬性
activity |
用來與其他可能記錄到其他地方之其他診斷相互關聯的標識碼。 |
description | |
end |
|
errors | |
id | 唯一實例標識碼。 |
log |
|
messages | |
properties | |
result | |
source | 此標識碼取決於logType。 針對通知作業,這會是作業標識符。針對訂用帳戶追蹤,這會是具有編碼訂用帳戶標識碼的特殊根 Guid。 |
start |
|
stats | |
warnings |
屬性詳細資料
batches
matcherResults
繼承的屬性詳細資料
activityId
用來與其他可能記錄到其他地方之其他診斷相互關聯的標識碼。
activityId: string
屬性值
string
description
endTime
errors
id
唯一實例標識碼。
id: string
屬性值
string
繼承自
logType
messages
messages: NotificationDiagnosticLogMessage[]
屬性值
properties
properties: {[key: string]: string}
屬性值
{[key: string]: string}
result
source
此標識碼取決於logType。 針對通知作業,這會是作業標識符。針對訂用帳戶追蹤,這會是具有編碼訂用帳戶標識碼的特殊根 Guid。
source: string
屬性值
string
startTime
stats
stats: {[key: string]: {[key: string]: number}}
屬性值
{[key: string]: {[key: string]: number}}