Parse.Cloud. FileTriggerRequest

Properties
NameTypeDescription
installationIdString

If set, the installationId triggering the request.

masterBoolean

If true, means the master key or the read-only master key was used.

isReadOnlyBoolean

If true, means the read-only master key was used. This is a subset of master, so master will also be true. Use master && !isReadOnly to check for full master key access.

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 (beforeSave, afterSave)

logObject

The current logger inside Parse Server.

configObject

The Parse Server config.