MetadataGetMaterializedView Method |
Returns the view metadata for the provided view name in the keyspace.
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
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