ConnectionMonitorSuccessThreshold interface

Describes the threshold for declaring a test successful.

Properties

checksFailedPercent

The maximum percentage of failed checks permitted for a test to evaluate as successful.

roundTripTimeMs

The maximum round-trip time in milliseconds permitted for a test to evaluate as successful.

Property Details

checksFailedPercent

The maximum percentage of failed checks permitted for a test to evaluate as successful.

checksFailedPercent?: number

Property Value

number

roundTripTimeMs

The maximum round-trip time in milliseconds permitted for a test to evaluate as successful.

roundTripTimeMs?: number

Property Value

number