package cassandra
Type Members
-
case class
CassandraInput(name: String, host: String, user: Option[String], password: Option[String], table: String, keySpace: String, options: Option[Map[String, String]]) extends IncrementalReader with DatasourceReader with Product with Serializable
Case class representing a Cassandra input configuration.
Case class representing a Cassandra input configuration.
- name
The name of the Cassandra input.
- host
The Cassandra host.
- user
Optional username for authentication.
- password
Optional password for authentication.
- table
The Cassandra table.
- keySpace
The Cassandra keyspace.
- options
Optional additional options for reading from Cassandra.