TooBig

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
open override val appId: String

Identifier of the WebcomApplication this Notification relates to.

data
Link copied to clipboard
open override val data: PushNotificationEvent.Children.TooBig

The event conveyed by this DataNotification.

path
Link copied to clipboard
open override val path: String

Path of the data this Notification relates to, or "" if it doesn't relate to any data node.