EventHubOutputOptions interface

Properties

connection

An app setting (or environment variable) with the event hub connection string

eventHubName

The name of the event hub. When the event hub name is also present in the connection string, that value overrides this property at runtime.

Property Details

connection

An app setting (or environment variable) with the event hub connection string

connection: string

Property Value

string

eventHubName

The name of the event hub. When the event hub name is also present in the connection string, that value overrides this property at runtime.

eventHubName: string

Property Value

string