IotEventHubIngestionEndpointConfiguration interface
Event Hub ingestion endpoint configuration
Properties
consumer |
Consumer group of the event hub to connected to. |
event |
Event Hub name to connect to. |
fully |
Fully qualified namespace of the Event Hub to connect to. |
Property Details
consumerGroup
Consumer group of the event hub to connected to.
consumerGroup?: string
Property Value
string
eventHubName
Event Hub name to connect to.
eventHubName?: string
Property Value
string
fullyQualifiedEventHubNamespace
Fully qualified namespace of the Event Hub to connect to.
fullyQualifiedEventHubNamespace?: string
Property Value
string