ConnectionStateSnapshot interface

Connection state snapshot.

Properties

avgLatencyInMs

Average latency in ms.

connectionState

The connection state.

endTime

The end time of the connection snapshot.

evaluationState

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.

maxLatencyInMs

Maximum latency in ms.

minLatencyInMs

Minimum latency in ms.

probesFailed

The number of failed probes.

probesSent

The number of sent probes.

startTime

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