Skip to content

EventHubReceiverOptions

class

Namespace: Orleans.Configuration

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

Constructors

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.