sas
ArchivedTraceResult


Archived result. The result of a single trace execution.



public abstract struct ArchivedTraceResult

Properties
packetSize The size of the sent Packets.

type=int

packetInterval The interval between each sent Probe.

type=int

packetTimeout The timeout used to determine when a Probe was lost.

type=int

tracesSent The number of traces sent.

type=long

traceSuccesses The number of times the trace succeeded.

type=long

lastGoodPathTime The timestamp of the last good path.

type=Date

pathChanged Indicates that the path changed during the test. When this happens, the list of hops associated with this test result are suspect, and may contain hops from before and after the path change.

type=boolean