Official Content

Sets the trigger that defines how a function is invoked.

Values

Timer The functions to be run are scheduled when to be triggered.
Queue Functions are run when messages are added to the queue.
Service Bus Triggers respond to messages from a Service Bus queue or topic.
Http Functions are invoked with HTTP requests.
Event Bridge Triggers respond to messages from the event bus service.
CosmosDB Triggers respond to CosmosDB inserts / updates.
Blob Triggers respond to Blob Storage changes (insert or update)
Event Grid Triggers respond to Event Grid events.

Scope

Generators: .NET, Java

Description

For the .NET Generator, this property can be found in the Application Deployment tool dialog (Build > Deploy Application) when selecting "Microsoft Azure Functions" in the Target combo box. The values for this generator are as follows:

1. Timer Since GeneXus 17 upgrade 3.
2. Queue Since GeneXus 17 upgrade 3.
3. Service Bus Since GeneXus 17 upgrade 3.
4. Http Since GeneXus 17 Upgrade 6.
5. CosmosDB Since GeneXus 18 Upgrade 4
6. Blob Since GeneXus 18 Upgrade 5
7. Event Grid Since GeneXus 18 Upgrade 8


For the Java Generator, this property can be found in the Application Deployment tool dialog (Build > Deploy Application) when selecting "AWS Lambda Functions" in the Target combo box. The values for this generator are as follows:

1. Timer Since GeneXus 17 Upgrade 11.
2. Queue Since GeneXus 17 Upgrade 11.
3. Event Bridge Since GeneXus 17 Upgrade 11.
4. Http Since GeneXus Beta Help.

See Also

Azure Functions
AWS Lambda Functions


Last update: February 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant