replicaState property

String? replicaState
getter/setter pair

Assigned by Analytics Hub based on real BigQuery replication state.

Output only. Possible string values are:

  • "REPLICA_STATE_UNSPECIFIED" : Default value. This value is unused.
  • "READY_TO_USE" : The replica is backfilled and ready to use.
  • "UNAVAILABLE" : The replica is unavailable, does not exist, or has not been backfilled yet.

Implementation

core.String? replicaState;