KeyspaceMetadataGetMaterializedViewMetadata Method |
Returns metadata of specified view in this keyspace.
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.2.0
Syntax public MaterializedViewMetadata GetMaterializedViewMetadata(
string viewName
)
Parameters
- viewName
- Type: SystemString
the name of view to retrieve
Return Value
Type:
MaterializedViewMetadatathe metadata for view
viewName in this keyspace if it
exists,
null otherwise.
See Also