Click or drag to resize
MetadataGetMaterializedView Method
Returns the view metadata for the provided view name in the keyspace.

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.2.0
Syntax
C#
public MaterializedViewMetadata GetMaterializedView(
	string keyspace,
	string name
)

Parameters

keyspace
Type: SystemString
name of the keyspace within specified view is defined.
name
Type: SystemString
name of view.

Return Value

Type: MaterializedViewMetadata
a MaterializedViewMetadata for the view in the specified keyspace.
See Also