DataConnection Type
The CassandraConnection object.
Remarks
The CassandraConnection object. Connection properties can be accessed with the getter and setter methods of this object:
$conn = Connect-Cassandra -Database 'MyCassandraDB' -Port 9042 -Server '127.0.0.1' $conn | GM