clusterStates property

Map<String, GoogleBigtableAdminV2MaterializedViewClusterState>? clusterStates
getter/setter pair

Map from cluster ID to per-cluster materialized view state.

If it could not be determined whether or not the materialized view has data in a particular cluster (for example, if its zone is unavailable), then there will be an entry for the cluster with STATE_NOT_KNOWN state. Views: REPLICATION_VIEW, FULL.

Output only.

Implementation

core.Map<core.String, GoogleBigtableAdminV2MaterializedViewClusterState>?
clusterStates;