Skip to content

Commit 9d5e73a

Browse files
authored
Accepting suggestion for phrasing
1 parent 306a91d commit 9d5e73a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/functions-bindings-event-hubs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ The [host.json](../articles/azure-functions/functions-host-json.md#eventhub) fil
147147
|Property |Default | Description |
148148
|---------|---------|---------|
149149
| maxEventBatchSize| 10| The maximum number of events that will be included in a batch for a single invocation. Must be at least 1.|
150-
| targetUnprocessedEventThreshold | null | The desired number of unprocessed events per function instance. This is used in target-based scaling to override the default scaling threshold inferred from the `maxEventBatchSize` option. If set, the total unprocessed event count will be divided by this value to determine the number of function instances needed, which is rounded up to a count that creates a balanced partition distribution.|
150+
| targetUnprocessedEventThreshold | null | The desired number of unprocessed events per function instance. This is used in target-based scaling to override the default scaling threshold inferred from the `maxEventBatchSize` option. When set, the total unprocessed event count is divided by this value to determine the number of function instances needed, which is rounded up to a count that creates a balanced partition distribution.|
151151
| batchCheckpointFrequency| 1| The number of batches to process before creating a checkpoint for the event hub.|
152152
| prefetchCount| 300| The number of events that will be eagerly requested from Event Hubs and held in a local cache to allow reads to avoid waiting on a network operation|
153153
| transportType| amqpTcp | The protocol and transport that is used for communicating with Event Hubs. Available options: `amqpTcp`, `amqpWebSockets`|

0 commit comments

Comments
 (0)