| MaterializedViewMetadata Class | 
Namespace: Cassandra
public class MaterializedViewMetadata : DataCollectionMetadata
The MaterializedViewMetadata type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object.  (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) | 
| Name | Description | |
|---|---|---|
| ClusteringKeys | 
            Gets an array of pairs of columns and sort order that are part of the clustering key
              (Inherited from DataCollectionMetadata.) | |
| ColumnsByName | 
            Gets a dictionary of columns by name
              (Inherited from DataCollectionMetadata.) | |
| Name | 
            Gets the table name
              (Inherited from DataCollectionMetadata.) | |
| Options | 
            Gets the table options
              (Inherited from DataCollectionMetadata.) | |
| PartitionKeys | 
            Gets an array of columns that are part of the partition key in correct order
              (Inherited from DataCollectionMetadata.) | |
| TableColumns | 
            Gets the table columns
              (Inherited from DataCollectionMetadata.) | |
| WhereClause | 
            Gets the view where clause
              |