Packages

package eventhub

Type Members

  1. class EventHubOutputWriter extends DatasourceWriter

    A custom EventHubOutputWriter class that extends the DatasourceWriter.

    A custom EventHubOutputWriter class that extends the DatasourceWriter. This class provides methods to write DataFrame data to Azure Event Hubs.

  2. case class EventHubWriterOptions(endpoint: String, eventhubName: String, sasKeyName: String, sasKey: String, options: Map[String, Any]) extends Product with Serializable

    A case class that represents the configuration options for the Event Hub writer.

    A case class that represents the configuration options for the Event Hub writer.

    endpoint

    The Event Hub endpoint.

    eventhubName

    The name of the Event Hub to write data to.

    sasKeyName

    The SAS key name for authentication with Event Hub.

    sasKey

    The SAS key for authentication with Event Hub.

    options

    Additional options as key-value pairs to configure the writer.

Ungrouped