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.0.9 (git 5ca22bb)
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