IClusterRefreshSchema 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:
Dse
Assembly:
Dse (in Dse.dll) Version: 2.9.0
Syntax bool RefreshSchema(
string keyspace = null,
string table = null
)
Parameters
- keyspace (Optional)
- Type: SystemString
- table (Optional)
- Type: SystemString
Return Value
Type:
BooleanSee Also