Table of Contents

Class AlertProviderType

Namespace
Scaleout.Streaming.DigitalTwin.Core
Assembly
ScaleOut.Streaming.DigitalTwin.Core.dll

Holds the different types of Alerting providers supported in the system.

public static class AlertProviderType
Inheritance
AlertProviderType
Inherited Members

Fields

PagerDuty

Send alerts to Pager Duty.

public const string PagerDuty = "PagerDuty"

Field Value

string

Slack

Send alerts to Slack.

public const string Slack = "Slack"

Field Value

string

Splunk

Send alerts to Splunk On-Call.

public const string Splunk = "Splunk"

Field Value

string