Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 599 Bytes

functions-host-json-event-hubs.md

File metadata and controls

22 lines (21 loc) · 599 Bytes
author ms.service ms.topic ms.date ms.author
ggailey777
azure-functions
include
09/04/2018
glenga
{
    "eventHub": {
      "maxBatchSize": 64,
      "prefetchCount": 256,
      "batchCheckpointFrequency": 1
    }
}
Property Default Description
maxBatchSize 64 The maximum event count received per receive loop.
prefetchCount n/a The default PrefetchCount that will be used by the underlying EventProcessorHost.
batchCheckpointFrequency 1 The number of event batches to process before creating an EventHub cursor checkpoint.