DataImportSourcesResponseEventHub

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

Definition of Event Hub configuration.

Constructors

Link copied to clipboard
constructor(consumerGroup: String? = null, name: String? = null, stream: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val consumerGroup: String? = null

Event Hub consumer group name

Link copied to clipboard
val name: String? = null

A friendly name for the data source. This name should be unique across all data sources (regardless of type) within the data collection rule.

Link copied to clipboard
val stream: String? = null

The stream to collect from EventHub