I got a sample code from net for inserting:
In the line below, should
"Cassandra1"
be placed inweb.config
? If yes as what?ICluster cluster = AquilesHelper.RetrieveCluster("Cassandra1");
In the code below, what is
CassandraClient
? Is it a class? What should be inside theCassandraClient
class?cluster.Execute(new ExecutionBlock(delegate(CassandraClient client) { client.insert(key, columnParent, column, ConsistencyLevel.ONE); }), keyspace);