public enum ReplicationState
Table replication states.
Namespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Fields | |
---|---|
Name | Description |
Initializing | 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 |
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. |