Skip to content

EventHubReceiverOptions Properties

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

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.