replicationState property

String? replicationState
getter/setter pair

The state of the materialized view in this cluster.

Output only. Possible string values are:

  • "STATE_NOT_KNOWN" : The state of the materialized view is unknown in this cluster.
  • "INITIALIZING" : The cluster or view was recently created, and the materialized view must finish backfilling before it can begin serving Data API requests.
  • "READY" : The materialized view can serve Data API requests from this cluster. Depending on materialization and replication delay, reads may not immediately reflect the state of the materialized view in other clusters.

Implementation

core.String? replicationState;