Too Big
data class TooBig : PushNotificationEvent.Value, Notification.DataNotification<PushNotificationEvent.Value.TooBig>
Content copied to clipboard
The Value event that is raised when the size of the new value of the watched data node exceeds the allowed bandwidth of the push notification channel.
If the data payload was small enough, the Changed event would actually be raised instead.
This event results from a subscription to the type of SubscribableEvent.Value.Changed.
Properties
Link copied to clipboard
Identifier of the WebcomApplication this Notification relates to.
Link copied to clipboard
Path of the data this Notification relates to, or ""
if it doesn't relate to any data node.