Event Hub Stream Input Data Source Response
data class EventHubStreamInputDataSourceResponse(val consumerGroupName: String? = null, val eventHubName: String? = null, val serviceBusNamespace: String? = null, val sharedAccessPolicyKey: String? = null, val sharedAccessPolicyName: String? = null, val type: String)
Describes an Event Hub input data source that contains stream data.
Constructors
Types
Properties
Link copied to clipboard
The name of an Event Hub Consumer Group that should be used to read events from the Event Hub. Specifying distinct consumer group names for multiple inputs allows each of those inputs to receive the same events from the Event Hub. If not specified, the input uses the Event Hub’s default consumer group.