MockEventHubSettings 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.
MockEventHubSettings hard code EventHub related settings to avoid configuring those settings. It is used in EventDataGeneratorStreamProvider to mock its connection to EventHub
public class MockEventHubSettings : Orleans.ServiceBus.Providers.IEventHubSettings
type MockEventHubSettings = class
interface IEventHubSettings
Public Class MockEventHubSettings
Implements IEventHubSettings
- Inheritance
-
MockEventHubSettings
- Implements
Constructors
MockEventHubSettings() |
Properties
ConnectionString |
Connection string |
ConsumerGroup |
EventHub consumer group. |
Path |
Hub Path. |
PrefetchCount |
Optional parameter which configures the EventHub reciever's prefetch count. |
StartFromNow |