MaterializedViewSchema.Rd
A MaterializedViewSchema is an Entity that defines a set of columns in a materialized view along with the SQL statement.
MaterializedViewSchema(name=NULL, columns=NULL, parent=NULL, definingSQL=NULL, properties=NULL, annotations=NULL, local_state=NULL, description=NULL)
the name for the Materialized View Schema object
a list of Column objects or their IDs
the project in Synapse to which this Materialized View belongs
The synapse SQL statement that defines the data in the materialized view. The SQL may
contain JOIN clauses on multiple tables.
A map of Synapse properties
A map of user defined annotations
Internal use only
optional named parameter: User readable description of the schema
An object of type MaterializedViewSchema