Status Class

Definition

Identify the status of the most severe insight generated by the detector.

public class Status
type Status = class
Public Class Status
Inheritance
Status

Constructors

Status()

Initializes a new instance of the Status class.

Status(String, Nullable<InsightStatus>)

Initializes a new instance of the Status class.

Properties

Message

Gets or sets descriptive message.

StatusId

Gets or sets level of the most severe insight generated by the detector. Possible values include: 'Critical', 'Warning', 'Info', 'Success', 'None'

Applies to