Sets the trigger that defines how a function is invoked.
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. |
Generators: .NET, Java
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:
For the Java Generator, this property can be found in the Application Deployment tool dialog (Build > Deploy Application) when selecting either "AWS Lambda Functions" or "Microsoft Azure Functions" in the Target combo box. The available values for each option are as follows:
AWS Lambda Functions
Microsoft Azure Functions
1. Timer |
Since GeneXus 18 Upgrade 12 |
2. Queue |
Since GeneXus 18 upgrade 12 |
3. Service Bus |
Since GeneXus 18 upgrade 12 |
4. CosmosDB |
Since GeneXus 18 upgrade 12 |
5. Event Grid |
Since GeneXus 18 upgrade 12 |
Azure Functions
AWS Lambda Functions