Thanks for posting your question in the Microsoft Q&A forum.
In addition to the data payload provided by a trigger (such as the content of the queue message that triggered a function), many triggers provide additional metadata values. These values can be used as input parameters in C# and F# or properties on the context.bindings object in JavaScript.
** Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful **