Apache.Cassandra051.Cassandra.Client.recv_describe_keyspace()

Here are the examples of the csharp api class Apache.Cassandra051.Cassandra.Client.recv_describe_keyspace() taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Example 7

1. Example

Project: hectorsharp
Source File: Cassandra.cs
public Dictionary<string, Dictionary<string, string>> describe_keyspace(string keyspace)
      {
        send_describe_keyspace(keyspace);
        return recv_describe_keyspace();
      }