IEventHubSettings Interface
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.
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. |