Click or drag to resize

KeyspaceMetadata.GetMaterializedViewMetadata Method

Returns metadata of specified view in this keyspace.

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.12.0
Syntax
C#
public MaterializedViewMetadata GetMaterializedViewMetadata(
	string viewName
)

Parameters

viewName
Type: System.String
the name of view to retrieve

Return Value

Type: MaterializedViewMetadata
the metadata for view viewName in this keyspace if it exists, null otherwise.
See Also