Was this page helpful?
MaterializedView¶
metadata~MaterializedView()
Describes a CQL materialized view.
Constructor¶
Extends¶
- TableMetadata
Members¶
tableName :String
Name of the table.
Type:
- String
viewMetadata :TableMetadata
As materialized views are a special kind of table, they have the same metadata as a table.
Type:
- TableMetadata