Edit

Share via


EventHubSettings Class

Definition

EventHub settings for a specific hub

[System.Serializable]
public class EventHubSettings : Orleans.ServiceBus.Providers.IEventHubSettings
[<System.Serializable>]
type EventHubSettings = class
    interface IEventHubSettings
Public Class EventHubSettings
Implements IEventHubSettings
Inheritance
EventHubSettings
Attributes
Implements

Constructors

EventHubSettings()

Default constructor

EventHubSettings(String, String, String, Boolean, Nullable<Int32>)

Constructor

Properties

ConnectionString

EventHub connection string.

ConsumerGroup

EventHub consumer group.

Path

Hub path.

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 begining of a partition.

Methods

PopulateFromProviderConfig(IProviderConfiguration)

Utility function to populate config from provider config

WriteProperties(Dictionary<String,String>)

Utility function to convert config to property bag for use in stream provider configuration

Applies to