AzureEventHubs is a datatype for Azure Event Hubs configuration.

Table: AzureEventHubs

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: May 19, 2025
authenticationAzureEventHubsAuthenticationyes PreviewThe authentication method for Azure event hub. See AzureEventHubsAuthentication.
checkpointHandlingAzureEventHubsCheckpointHandlingyes PreviewThe configuration for how the Event Hub checkpoints should be handled. See AzureEventHubsCheckpointHandling.
consumerGroupstringyes PreviewThe consumer group for the Event Hub.
defaultCheckpointAzureEventHubsCheckPointyes PreviewSpecifies the starting point for reading events from the Event Hub when no previous checkpoint exists. See AzureEventHubsCheckPoint.
eventHubFullyQualifiedNamespacestringyes PreviewFully qualified namespace of the Event Hub. It's often structured like <namespace>.servicebus.windows.net.
eventHubNamestringyes Short-TermThe name of the Event Hub.
preprocessingAzureEventHubsPreprocessingyes LengthThe preprocessing to apply to an ingest feed before parsing. See AzureEventHubsPreprocessing.