package eventhub
Type Members
-
case class
EventHubInput(name: String, endpoint: String, eventHubName: String, sasKeyName: String, sasKey: String, options: Option[Map[String, String]], isBatch: Option[Boolean], incremental: Option[Incremental]) extends IncrementalReader with DatasourceReader with Product with Serializable
Case class representing an Event Hub input configuration.
Case class representing an Event Hub input configuration.
- name
The name of the Event Hub input.
- endpoint
The Event Hub endpoint.
- eventHubName
The Event Hub name.
- sasKeyName
The SAS key name for authentication.
- sasKey
The SAS key for authentication.
- options
Optional additional options for reading from Event Hub.
- isBatch
Optional flag indicating if batch processing should be used.
- incremental
Optional incremental configuration.