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.
PlannedMaintenance
The table is temporarily unable to serve Data API requests from this
cluster due to planned internal maintenance.
Ready
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.
ReadyOptimizing
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.
StateNotKnown
The replication state of the table is unknown in this cluster.
UnplannedMaintenance
The table is temporarily unable to serve Data API requests from this
cluster due to unplanned or emergency maintenance.
[[["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 2025-03-21 UTC."],[[["The latest version of the Google Cloud Bigtable Administration v2 API documentation available is 3.24.0, with a range of versions from 3.23.0 down to 2.4.0."],["The documentation covers the `Table.Types.ClusterState.Types.ReplicationState` enum, which defines the various states a table can be in during replication."],["There are six possible replication states listed for a table, which include `Initializing`, `PlannedMaintenance`, `Ready`, `ReadyOptimizing`, `StateNotKnown`, and `UnplannedMaintenance`."],["The namespace for the enum is `Google.Cloud.Bigtable.Admin.V2`, and the assembly is `Google.Cloud.Bigtable.Admin.V2.dll`."],["Each replication state contains a description of what it entails; for example, the 'Ready' state means that a table is capable of serving data API requests, while the 'PlannedMaintenance' state means a table is temporarily unavailable."]]],[]]