You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: includes/functions-bindings-event-hubs-trigger.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -444,6 +444,7 @@ The following table explains the trigger configuration properties that you set i
444
444
|**consumerGroup**|An optional property that sets the [consumer group](../articles/event-hubs/event-hubs-features.md#event-consumers) used to subscribe to events in the hub. If omitted, the `$Default` consumer group is used. |
445
445
|**cardinality**| Set to `many` in order to enable batching. If omitted or set to `one`, a single message is passed to the function.|
446
446
|**connection**| The name of an app setting or setting collection that specifies how to connect to Event Hubs. See [Connections](#connections).|
447
+
|**dataType**| An optional property that sets the type of the trigger input. Choose `string` or `binary` if the input is not valid JSON. |
0 commit comments