AzureEventHubs is a datatype for Azure Event Hubs configuration.

Table: AzureEventHubs

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Oct 14, 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 PreviewThe preprocessing to apply to an ingest feed before parsing. See AzureEventHubsPreprocessing.