Click or drag to resize

IClusterRefreshSchemaAsync 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
C#
Task<bool> RefreshSchemaAsync(
	string keyspace = null,
	string table = null
)

Parameters

keyspace (Optional)
Type: SystemString
table (Optional)
Type: SystemString

Return Value

Type: TaskBoolean
See Also