Click or drag to resize

MetadataRefreshSchemaAsync Method

Updates the keyspace and token information

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public Task<bool> RefreshSchemaAsync(
	string keyspace = null,
	string table = null
)

Parameters

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

Return Value

Type: TaskBoolean
See Also