IotEventHubIngestionEndpointConfiguration Class

Event Hub ingestion endpoint configuration.

Inheritance
IotEventHubIngestionEndpointConfiguration

Constructor

IotEventHubIngestionEndpointConfiguration(*, event_hub_name: Optional[str] = None, consumer_group: Optional[str] = None, fully_qualified_event_hub_namespace: Optional[str] = None, **kwargs)

Variables

event_hub_name
str

Event Hub name to connect to.

consumer_group
str

Consumer group of the event hub to connected to.

fully_qualified_event_hub_namespace
str

Fully qualified namespace of the Event Hub to connect to.