unsubscribe

2010-07-03 Thread Steven Haar
unsubscribe

unsubscibe

2010-06-21 Thread Steven Haar
unsubscibe

Timestamp of an entire row?

2010-06-11 Thread Steven Haar
What is the best way to determine the timestamp of a row (ie. the most recent time when any of the columns of a row were modified). Correct me if I am wrong, but I beleive a row does not have a timestamp, only individual columns have timestamps. So for instance if I need to know when a row was la

Re: Passing client as parameter

2010-06-09 Thread Steven Haar
C# On Wed, Jun 9, 2010 at 2:34 PM, Ran Tavory wrote: > Some languages have higher level clients that might help you. What language > are you using? > > On Jun 9, 2010 9:01 PM, "Steven Haar" wrote: > > What is the best way to pass a Cassandra client as a para

Passing client as parameter

2010-06-09 Thread Steven Haar
What is the best way to pass a Cassandra client as a parameter? If you pass it as a parameter, do you also have to pass the transport in order to be able to close the connection? Is there any way to open or close the transport direclty from the client? Essentailly what I want to do is pass a Cassa

Best Timestamp?

2010-05-26 Thread Steven Haar
What is the best timestamp to use while using Cassandra with C#? I have been using DateTime.Now.Ticks, but I have seen others using different things. Thanks.