EventHubSettings Class
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 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 |