Class ViolationSetting
Violation configuration setting.
public sealed class ViolationSetting
- Inheritance
-
ViolationSetting
- Inherited Members
Properties
Name
Violation type.
[JsonPropertyName("name")]
public ViolationSettingNameValues Name { get; set; }
Property Value
Threshold
Time threshold to trigger upon.
[JsonPropertyName("threshold")]
public double Threshold { get; set; }