Share via


ConnectionStateSnapshotOutput 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.

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?: "Unknown" | "Reachable" | "Unreachable"

Property Value

"Unknown" | "Reachable" | "Unreachable"

endTime

The end time of the connection snapshot.

endTime?: string

Property Value

string

evaluationState

Connectivity analysis evaluation state.

evaluationState?: "NotStarted" | "InProgress" | "Completed"

Property Value

"NotStarted" | "InProgress" | "Completed"

hops

List of hops between the source and the destination.

hops?: ConnectivityHopOutput[]

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?: string

Property Value

string