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