Click or drag to resize

MaterializedViewMetadata Class

Describes a materialized view in Cassandra.
Inheritance Hierarchy
SystemObject
  CassandraDataCollectionMetadata
    CassandraMaterializedViewMetadata

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.10.0
Syntax
C#
public class MaterializedViewMetadata : DataCollectionMetadata

The MaterializedViewMetadata type exposes the following members.

Properties
  NameDescription
Public propertyWhereClause
Gets the view where clause
Top
See Also