Server
The host name or IP address of the server hosting the Cassandra database.
Data Type
string
Default Value
"localhost"
Remarks
The host name or IP address of the server hosting the Cassandra database. To connect to a distributed system, you can set Server to a comma-separated list of servers and ports, separated by colons. You will also need to set ConsistencyLevel.
Note that you must specify all of the servers required by your selected consistency level.