public sealed class TableProgress : IMessage<CreateClusterMetadata.Types.TableProgress>, IEquatable<CreateClusterMetadata.Types.TableProgress>, IDeepCloneable<CreateClusterMetadata.Types.TableProgress>, IBufferMessage, IMessage
Progress info for copying a table's data to the new cluster.
[[["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."],[[["This webpage provides documentation for the `TableProgress` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, detailing its role in tracking the progress of copying table data to a new cluster."],["The `TableProgress` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its integration within the Google Protobuf framework."],["The latest version is `3.24.0`, with links to the documentation for other versions spanning back to `2.4.0`, allowing users to consult relevant documentation for different versions of the library."],["Key properties of the `TableProgress` class include `EstimatedCopiedBytes`, `EstimatedSizeBytes`, and `State`, offering insights into the current state and size estimations of the table copy operation."],["The class offers two constructors, one default and another that takes a `CreateClusterMetadata.Types.TableProgress` object, enabling flexibility in how the class is instantiated."]]],[]]