Too Big
data class TooBig : PushNotificationEvent.Children, Notification.DataNotification<PushNotificationEvent.Children.TooBig>
Content copied to clipboard
The Children event that is raised when the set of child nodes of a watched data node that are updated is too large to be sent through the push notification channel.
If the count of the updated child nodes was small enough, the Updated event would actually be raised instead.
This event results from a subscription to the type of SubscribableEvent.Child.Added, SubscribableEvent.Child.Changed, SubscribableEvent.Child.Removed, SubscribableEvent.Child.AddedChanged, SubscribableEvent.Child.AddedRemoved, SubscribableEvent.Child.ChangedRemoved or SubscribableEvent.Child.AddedChangedRemoved.
Properties
appId
Link copied to clipboard
Identifier of the WebcomApplication this Notification relates to.
data
Link copied to clipboard
path
Link copied to clipboard
Path of the data this Notification relates to, or ""
if it doesn't relate to any data node.