MaterializedView(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A materialized view object that can be referenced in SQL queries.
Attributes |
|
---|---|
Name | Description |
name |
str
Identifier. The unique name of the materialized view. Format: projects/{project}/instances/{instance}/materializedViews/{materialized_view}
|
query |
str
Required. Immutable. The materialized view's select query. |
etag |
str
Optional. The etag for this materialized view. This may be sent on update requests to ensure that the client has an up-to-date value before proceeding. The server returns an ABORTED error on a mismatched etag. |
deletion_protection |
bool
Set to true to make the MaterializedView protected against deletion. |