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.
- 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.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EventHubWriterOptions
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
EventHubWriterOptions(endpoint: String, eventhubName: String, sasKeyName: String, sasKey: String, options: Map[String, Any])
- 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.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val endpoint: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val eventhubName: String
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val options: Map[String, Any]
- val sasKey: String
- val sasKeyName: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()