Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
DiagnosticNode interface
- Package:
- @azure/cosmos
Represents a tree like structure, for capturing diagnostic information.
Properties
| children |
| data |
| durationInMs |
| id |
| nodeType |
| startTimeUTCInMs |
Property Details
children
data
data: {[key: string]: any}
Property Value
{[key: string]: any}
durationInMs
durationInMs: number
Property Value
number
id
id: string
Property Value
string
nodeType
nodeType: string
Property Value
string
startTimeUTCInMs
startTimeUTCInMs: number
Property Value
number
