Enum ProbeAssertionKind
- Namespace
- Kuestenlogik.Bowire.Monitoring
- Assembly
- Kuestenlogik.Bowire.Monitoring.dll
The kinds of predicate v1 supports.
public enum ProbeAssertionKind
Fields
BodyContains = 2Response body contains the expected substring.
LatencyBelowMs = 1Response latency is at or below the expected millisecond budget.
Status = 0Response status equals the expected integer.