Was this page helpful?
Caution
You're viewing documentation for an unstable version of ScyllaDB Node.js Driver. Switch to the latest stable version.
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