Edit

Share via


EventHubReceiverOptions Class

Definition

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.

Applies to