EventHubDataSource interface
model interface EventHubDataSource
Properties
| consumer |
Event Hub consumer group name |
| name | A friendly name for the data source. This name should be unique across all data sources (regardless of type) within the data collection rule. |
| stream | The stream to collect from EventHub |
Property Details
consumerGroup
Event Hub consumer group name
consumerGroup?: string
Property Value
string
name
A friendly name for the data source. This name should be unique across all data sources (regardless of type) within the data collection rule.
name?: string
Property Value
string
stream
The stream to collect from EventHub
stream?: string
Property Value
string