ConnectionStateSnapshot interface
Connection state snapshot.
Properties
avg |
Average latency in ms. |
connection |
The connection state. |
end |
The end time of the connection snapshot. |
evaluation |
Connectivity analysis evaluation state. |
hops | List of hops between the source and the destination. NOTE: This property will not be serialized. It can only be populated by the server. |
max |
Maximum latency in ms. |
min |
Minimum latency in ms. |
probes |
The number of failed probes. |
probes |
The number of sent probes. |
start |
The start time of the connection snapshot. |
Property Details
avgLatencyInMs
Average latency in ms.
avgLatencyInMs?: number
Property Value
number
connectionState
The connection state.
connectionState?: string
Property Value
string
endTime
The end time of the connection snapshot.
endTime?: Date
Property Value
Date
evaluationState
Connectivity analysis evaluation state.
evaluationState?: string
Property Value
string
hops
List of hops between the source and the destination. NOTE: This property will not be serialized. It can only be populated by the server.
hops?: ConnectivityHop[]
Property Value
maxLatencyInMs
Maximum latency in ms.
maxLatencyInMs?: number
Property Value
number
minLatencyInMs
Minimum latency in ms.
minLatencyInMs?: number
Property Value
number
probesFailed
The number of failed probes.
probesFailed?: number
Property Value
number
probesSent
The number of sent probes.
probesSent?: number
Property Value
number
startTime
The start time of the connection snapshot.
startTime?: Date
Property Value
Date