ConstReadonlyCDF_STATE_SKIPPED: "CDF_STATE_SKIPPED"The table is not being replicated: it was skipped because it is not eligible for replication, or replication errored. See status_detail for the specific reason.
ReadonlyCDF_STATE_SNAPSHOTTING: "CDF_STATE_SNAPSHOTTING"Taking the initial snapshot: the table's existing rows are being written to the Delta table.
ReadonlyCDF_STATE_STREAMING: "CDF_STATE_STREAMING"Continuously streaming WAL changes to the Delta table.
ReadonlyCDF_STATE_TERMINATED: "CDF_STATE_TERMINATED"Reserved: replication for this table was superseded by a newer one. Not currently returned by the API.
ReadonlyCDF_STATE_UNSPECIFIED: ""Default value. Returned when the replication state is unknown or not set.
The replication state of a single replicated table (CdfStatus).