Click or drag to resize
ClusterRefreshSchema Method
Updates cluster metadata for a given keyspace or keyspace table

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.1.0
Syntax
C#
public bool RefreshSchema(
	string keyspace = null,
	string table = null
)

Parameters

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

Return Value

Type: Boolean
See Also