ClusterRefreshSchema Method |
Updates cluster metadata for a given keyspace or keyspace table
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public bool RefreshSchema(
string keyspace = null,
string table = null
)
Parameters
- keyspace (Optional)
- Type: SystemString
- table (Optional)
- Type: SystemString
Return Value
Type:
BooleanSee Also