Skip to content

Commit e2a10d4

Browse files
authored
(Azure CXP) resolves #51036
resolves MicrosoftDocs/azure-docs#51036
1 parent 186ea71 commit e2a10d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/azure-functions/functions-bindings-service-bus-output.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@ This section describes the global configuration settings available for this bind
379379

380380
|Property |Default | Description |
381381
|---------|---------|---------|
382+
|prefetchCount|0|Gets or sets the number of messages that the message receiver can simultaneously request.|
382383
|maxAutoRenewDuration|00:05:00|The maximum duration within which the message lock will be renewed automatically.|
383384
|autoComplete|true|Whether the trigger should immediately mark the message as complete (autocomplete) or wait for function to exit successfully to call complete.|
384385
|maxConcurrentCalls|16|The maximum number of concurrent calls to the callback that the message pump should initiate. By default, the Functions runtime processes multiple messages concurrently. To direct the runtime to process only a single queue or topic message at a time, set `maxConcurrentCalls` to 1. |

0 commit comments

Comments
 (0)