ServiceBusQueueTriggerOptions interface

Properties

cardinality

Set to many in order to enable batching. If omitted or set to one, a single message is passed to the function.

connection

An app setting (or environment variable) with the service bus connection string

isSessionsEnabled

true if connecting to a session-aware queue. Default is false

queueName

The name of the queue to monitor

Property Details

cardinality

Set to many in order to enable batching. If omitted or set to one, a single message is passed to the function.

cardinality?: "many" | "one"

Property Value

"many" | "one"

connection

An app setting (or environment variable) with the service bus connection string

connection: string

Property Value

string

isSessionsEnabled

true if connecting to a session-aware queue. Default is false

isSessionsEnabled?: boolean

Property Value

boolean

queueName

The name of the queue to monitor

queueName: string

Property Value

string