| MetadataGetMaterializedView Method  | 
             Returns the view metadata for the provided view name in the keyspace.
            
 
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.4.0
Syntaxpublic 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: 
MaterializedViewMetadataa MaterializedViewMetadata for the view in the specified keyspace.
See Also