Class MetricCounts
The metric count
public class MetricCounts
- Inheritance
-
MetricCounts
- Inherited Members
Properties
Block
The number of times an interview reached the block threshold
[JsonProperty("Block", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public int Block { get; set; }
Property Value
Warn
The number of times an interview reached the warn threshold
[JsonProperty("Warn", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public int Warn { get; set; }