| ClusterRefreshSchema Method  | 
            Updates cluster metadata for a given keyspace or keyspace table
            
 
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.6.0
Syntaxpublic bool RefreshSchema(
	string keyspace = null,
	string table = null
)
Parameters
- keyspace (Optional)
 - Type: SystemString
 - table (Optional)
 - Type: SystemString
 
Return Value
Type: 
Boolean
See Also