Class TableProgress (2.32.0)

TableProgress(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Progress info for copying a table's data to the new cluster.

Attributes

Name Description
estimated_size_bytes int
Estimate of the size of the table to be copied.
estimated_copied_bytes int
Estimate of the number of bytes copied so far for this table. This will eventually reach 'estimated_size_bytes' unless the table copy is CANCELLED.

Classes

State

State(value)