UpdateAzureEventHubIngestFeed is an input for updating an ingest feed which uses Azure Event Hubs. The update is a delta update.

Table: UpdateAzureEventHubIngestFeed

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 20, 2025
checkpointHandlingAzureEventHubsCheckpointHandlingInput  PreviewThe configuration for how the Event Hub checkpoints should be handled. See AzureEventHubsCheckpointHandlingInput.
consumerGroupstring  PreviewThe consumer group for the Event Hub, if exists.
defaultCheckpointAzureEventHubsCheckpointInput  PreviewSpecifies the starting point for reading events from the Event Hub when no previous checkpoint exists. See AzureEventHubsCheckpointInput.
descriptionUpdateIngestFeedDescription  PreviewIf the description should be cleared, supply an UpdateDescription object with no value or a null value. If the description should be changed, supply an UpdateDescription object with the desired value. See UpdateIngestFeedDescription.
enabledboolean  PreviewWhether the ingest feed is enabled.
eventHubFullyQualifiedNamespacestring  lengthThe fully qualified namespace of the Event Hub. Often structured like this: <namespace>.servicebus.windows.net.
eventHubNamestring  PreviewThe name of the Event Hub.
idstringyes PreviewThe unique identifier of the ingest feed.
namestring  PreviewThe name of the ingest feed.
parserstring  PreviewThe identifier or name of the parser that should be used to parse the ingest feed. Parsers in packages can be referred to as packagescope/packagename:parsername.
preprocessingAzureEventHubsPreprocessingInput  PreviewThe preprocessing to apply to an ingest feed before parsing. See AzureEventHubsPreprocessingInput.
repositoryNameRepoOrViewNameyes PreviewThe name of the repository of the ingest feed. RepoOrViewName is a scalar.