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