Parse.Cloud. LiveQueryEventTrigger

Properties
NameTypeDescription
installationIdString

If set, the installationId triggering the request.

useMasterKeyBoolean

If true, means the master key was used.

userParse.User

If set, the user that made the request.

sessionTokenString

If set, the session of the user that made the request.

eventString

The live query event that triggered the request.

objectParse.Object

The object triggering the hook.

originalParse.Object

If set, the object, as currently stored.

clientsInteger

The number of clients connected.

subscriptionsInteger

The number of subscriptions connected.

sendEventBoolean

If the LiveQuery event should be sent to the client. Set to false to prevent LiveQuery from pushing to the client.