Edit

Share via


IEventHubSettings Interface

Definition

EventHub settings inteface for a specific hub.

public interface IEventHubSettings
type IEventHubSettings = interface
Public Interface IEventHubSettings
Derived

Properties

ConnectionString

EventHub connection string.

ConsumerGroup

EventHub consumer group.

Path

Hub Path.

PrefetchCount

Optional parameter which configures the EventHub reciever's prefetch count.

StartFromNow

Indicates if stream provider should read all new data in partition, or from start of partition. True - read all new data added to partition. False - start reading from beginning of partition. Note: If checkpoints are used, stream provider will always begin reading from most recent checkpoint.

Applies to