Skip to main content

%BI.Alerts

persistent class %BI.Alerts extends %Library.Persistent

SQL Table Name: %BI.Alerts

Property Inventory

Properties

property AlertMessage as %String (TRUNCATE = 1);
Property methods: AlertMessageDisplayToLogical(), AlertMessageGet(), AlertMessageGetStored(), AlertMessageIsValid(), AlertMessageLogicalToDisplay(), AlertMessageLogicalToOdbc(), AlertMessageNormalize(), AlertMessageSet()
property AlertQuery as %String (TRUNCATE = 1);
Property methods: AlertQueryDisplayToLogical(), AlertQueryGet(), AlertQueryGetStored(), AlertQueryIsValid(), AlertQueryLogicalToDisplay(), AlertQueryLogicalToOdbc(), AlertQueryNormalize(), AlertQuerySet()
property Alertname as %String (TRUNCATE = 1);
Property methods: AlertnameDisplayToLogical(), AlertnameGet(), AlertnameGetStored(), AlertnameIsValid(), AlertnameLogicalToDisplay(), AlertnameLogicalToOdbc(), AlertnameNormalize(), AlertnameSet()
property DataMart as %String (TRUNCATE = 1);
Property methods: DataMartDisplayToLogical(), DataMartGet(), DataMartGetStored(), DataMartIsValid(), DataMartLogicalToDisplay(), DataMartLogicalToOdbc(), DataMartNormalize(), DataMartSet()
property Mesaures as %String (TRUNCATE = 1);
Property methods: MesauresDisplayToLogical(), MesauresGet(), MesauresGetStored(), MesauresIsValid(), MesauresLogicalToDisplay(), MesauresLogicalToOdbc(), MesauresNormalize(), MesauresSet()
property Metric as %String (TRUNCATE = 1);
Property methods: MetricDisplayToLogical(), MetricGet(), MetricGetStored(), MetricIsValid(), MetricLogicalToDisplay(), MetricLogicalToOdbc(), MetricNormalize(), MetricSet()

Queries

query AllAlerts()
SQL Query:
SELECT ID,DataMart,Alertname,AlertMessage FROM %BI.Alerts

Indexes

index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: CacheStorage (%BI.Alerts)

^BI.AlertsD(ID)
=
AlertMessage
AlertQuery
Alertname
DataMart
Mesaures
Metric

Storage Model: CacheStorage (%BI.Alerts)

^BI.AlertsD(ID,"C")
=
%%CLASSNAME
FeedbackOpens in a new tab