Table of Contents

Class MetricCounts

Namespace
Nfield.SDK
Assembly
Nfield.Public.SDK.dll

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

int

Warn

The number of times an interview reached the warn threshold

[JsonProperty("Warn", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public int Warn { get; set; }

Property Value

int