Property
cassandra
Cassandra databases that allow Thrift connections
| Property Name | Type | Description | Required |
|---|---|---|---|
| keyspaces | array of string | Yes | |
| name | string | Yes | |
| partitioner | string | Yes | |
| snitch | string | Yes | |
| thrift_api_version | string | ||
| version | string |
↑ TopSearch Queries
↑ TopExample
{
"partitioner": "Murmur3Partitioner",
"keyspaces": [
"draios",
"system",
"system_traces"
],
"name": "Cassandra-Test Cluster",
"snitch": "GossipingPropertyFileSnitch"
}