Skip to content

EventHubReceiverOptions Properties

Configures how an Event Hubs stream provider receives events from each partition.

PrefetchCount

getset
View source
public int? PrefetchCount
Optional parameter that configures the receiver prefetch count.

StartFromNow

getset
View source
public bool StartFromNow
In cases where no checkpoint is found, this indicates if service should read from the most recent data, or from the beginning of a partition.