The type of alert rule -- query-based or time-based (a.k.a. cron-based).

Namespace: StreamBase.LiveView.API.Alerts
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.2.8.5956 (2.2.8.5956)

Syntax

         
 C#  Visual Basic  Visual C++ 
public enum AlertType
Public Enumeration AlertType
public enum class AlertType

Members

MemberValueDescription
QueryAlert0
Query-based alert. The alert rule is expected to contain a valid AlertQueryConfig.
CronAlert1
Cron-based (time-based) alert. The alert rule is expected to contain a non-null cron expression in CronString.

See Also