Preparing search index...
The search index is not available
Back To Index
|
@azure/cosmos
Package version:
@azure/cosmos
DiagnosticNode
Interface DiagnosticNode
Represents a tree like structure, for capturing diagnostic information.
interface
DiagnosticNode
{
children
:
DiagnosticNode
[]
;
data
:
{
[
key
:
string
]
:
any
;
}
;
durationInMs
:
number
;
id
:
string
;
nodeType
:
string
;
startTimeUTCInMs
:
number
;
}
Index
Properties
children
data
duration
In
Ms
id
node
Type
start
TimeUTCIn
Ms
Properties
children
children
:
DiagnosticNode
[]
data
data
:
{
[
key
:
string
]
:
any
;
}
duration
In
Ms
duration
In
Ms
:
number
id
id
:
string
node
Type
node
Type
:
string
start
TimeUTCIn
Ms
start
TimeUTCIn
Ms
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@azure/cosmos
Loading...
Represents a tree like structure, for capturing diagnostic information.