Sends a Tuple to a named InputStream when the alert triggers.
Namespace: StreamBase.LiveView.API.AlertsAssembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 11.2.0.0 (11.2.0.1)
Syntax
C# | Visual Basic | Visual C++ |
public interface ISendTupleAction : IAlertRuleAction
Public Interface ISendTupleAction _ Inherits IAlertRuleAction
public interface class ISendTupleAction : IAlertRuleAction
Members
All Members | Properties ![]() |
![]() ![]() | ![]() ![]() ![]() | ![]() ![]() | ![]() ![]() ![]() ![]() |
Member | Description | |
---|---|---|
![]() | ActionType |
The type of action that will be taken when the alert fires.
(Inherited from IAlertRuleAction.) |
![]() | Description |
The description text for this alert rule.
(Inherited from IAlertRuleAction.) |
![]() | FieldSubstitutions |
Map of field substitutions.
Note that this is the live Map, not a checkpoint, so you can add, remove, and modify the elements in the map and these changes will be saved.
|
![]() | InputStream |
The stream on which to enqueue the tuple.
|
![]() | IsEnabled |
Whether this action is currently enabled.
(Inherited from IAlertRuleAction.) |
![]() | SbUri |
URI of the StreamBase server to which to send the tuple.
|