public enum Cardinality extends java.lang.Enum<Cardinality>
Cardinality of the EventHubTrigger input. Choose 'ONE' if the input is a single message or 'Many' if the input is an array of messages. 'Many' is the default if unspecified
Fields
MANY
To receive events in a batch, set cardinality to MANY.
ONE
To receive a single message, set cardinality to ONE
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.