DataCollectionRuleDataSourcesDataImportEventHubDataSource

data class DataCollectionRuleDataSourcesDataImportEventHubDataSource(val consumerGroup: String? = null, val name: String, val stream: String)

Constructors

constructor(consumerGroup: String? = null, name: String, stream: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val consumerGroup: String? = null

The Event Hub consumer group name.

Link copied to clipboard

The name which should be used for this data source. This name should be unique across all data sources regardless of type within the Data Collection Rule.

Link copied to clipboard

The stream to collect from Event Hub. Possible value should be a custom stream name.