EventHubReceiverOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class EventHubReceiverOptions
type EventHubReceiverOptions = class
Public Class EventHubReceiverOptions
- Inheritance
-
EventHubReceiverOptions
Constructors
EventHubReceiverOptions() |
Fields
DEFAULT_START_FROM_NOW |
Properties
PrefetchCount |
Optional parameter that configures the receiver prefetch count. |
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. |