Parse.Cloud. FileTriggerRequest

Properties
NameTypeDescription
installationIdString

If set, the installationId triggering the request.

masterBoolean

If true, means the master key was used.

userParse.User

If set, the user that made the request.

fileParse.File

The file that triggered the hook.

fileSizeInteger

The size of the file in bytes.

contentLengthInteger

The value from Content-Length header

ipString

The IP address of the client making the request.

headersObject

The original HTTP headers for the request.

triggerNameString

The name of the trigger (beforeSaveFile, afterSaveFile)

logObject

The current logger inside Parse Server.