MetadataRefreshSchema Method  | 
 
            Updates the keyspace and token information
            
 
    Namespace: 
   Cassandra
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.13.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