DataImportSourcesEventHub interface

Definition of Event Hub configuration.

Extends

Inherited Properties

consumerGroup

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

Inherited Property Details

consumerGroup

Event Hub consumer group name

consumerGroup?: string

Property Value

string

Inherited From EventHubDataSource.consumerGroup

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

Inherited From EventHubDataSource.name

stream

The stream to collect from EventHub

stream?: string

Property Value

string

Inherited From EventHubDataSource.stream