Class SurveyMetricCounts
The counts per metric
public class SurveyMetricCounts
- Inheritance
-
SurveyMetricCounts
- Inherited Members
Properties
All
The number of times an interview reached the warn or block threshold for the current published version of the survey, for the specified metric
[JsonProperty("All", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public MetricCounts All { get; set; }
Property Value
MetricName
The name of the metric.
The possible metric names are:
- Page Complexity
- Expression Complexity
- Interview State Size
- Expensive Command Count
[JsonProperty("MetricName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string MetricName { get; set; }
Property Value
Published
The number of times an interview reached the warn or block threshold for the current published version of the survey, for the specified metric
[JsonProperty("Published", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public MetricCounts Published { get; set; }