Cloud Bigtable Admin V2 API - Module Google::Cloud::Bigtable::Admin::V2::Table::ClusterState::ReplicationState (v1.17.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Bigtable Admin V2 API module Google::Cloud::Bigtable::Admin::V2::Table::ClusterState::ReplicationState.
Table replication states.
Constants
STATE_NOT_KNOWN
value: 0 The replication state of the table is unknown in this cluster.
INITIALIZING
value: 1 The cluster was recently created, and the table must finish copying
over pre-existing data from other clusters before it can begin
receiving live replication updates and serving Data API requests.
PLANNED_MAINTENANCE
value: 2 The table is temporarily unable to serve Data API requests from this
cluster due to planned internal maintenance.
UNPLANNED_MAINTENANCE
value: 3 The table is temporarily unable to serve Data API requests from this
cluster due to unplanned or emergency maintenance.
READY
value: 4 The table can serve Data API requests from this cluster. Depending on
replication delay, reads may not immediately reflect the state of the
table in other clusters.
READY_OPTIMIZING
value: 5 The table is fully created and ready for use after a restore, and is
being optimized for performance. When optimizations are complete, the
table will transition to READY state.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-31 UTC."],[],[]]