[16:33:22] <gav99a2> Hi all. Question about shard keys... is there a way to get the list of shard keys for a collection with the c# driver dll?
[16:33:49] <gav99a2> i'm reading tons of documentation and it almost seems like I'm doing something wrong because nothing really addresses this
[16:41:24] <gav99a2> more generally, is it possible to list the shard keys for a collection at all? (not including 'mongos')
[17:42:55] <gav99a2> or, even more generally, is it possible to get any sharding info _at all_ from the c# mongo driver?
[19:29:56] <gav99a2> hi, anyone? where are the channel logs? google wasn't much help.
[20:24:28] <netgene> Hi... how do I concatenate all the string results into one? { _id1... comment: "foo"}, {... comment: "bar"} .... into... results: "foo bar". ?