ClusterRefreshSchema Method  | 
 
            Updates keyspace metadata (including token metadata for token aware routing) for a given keyspace or a specific keyspace table.
            If no keyspace is provided then this method will update the metadata and token map for all the keyspaces of the cluster.
            
 
    Namespace: 
   Cassandra
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.11.0
Syntaxpublic bool RefreshSchema(
	string keyspace = null,
	string table = null
)
Parameters
- keyspace (Optional)
 - Type: SystemString
 - table (Optional)
 - Type: SystemString
 
Return Value
Type: 
BooleanImplements
IClusterRefreshSchema(String, String)
See Also