Properties:
Name | Type | Description |
---|---|---|
installationId |
String
|
If set, the installationId triggering the request. |
useMasterKey |
Boolean
|
If true, means the master key was used. |
user |
Parse.User
|
If set, the user that made the request. |
sessionToken |
String
|
If set, the session of the user that made the request. |
event |
String
|
The live query event that triggered the request. |
object |
Parse.Object
|
The object triggering the hook. |
original |
Parse.Object
|
If set, the object, as currently stored. |
clients |
Integer
|
The number of clients connected. |
subscriptions |
Integer
|
The number of subscriptions connected. |
sendEvent |
Boolean
|
If the LiveQuery event should be sent to the client. Set to false to prevent LiveQuery from pushing to the client. |