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 document outlines the `TableProgress` class, which is part of the `Google.Cloud.Bigtable.Admin.V2` namespace and is utilized for tracking the progress of table data being copied to a new cluster."],["The `TableProgress` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer-based message operations."],["The class provides two constructors: a default constructor `TableProgress()` and an overloaded constructor `TableProgress(CreateClusterMetadata.Types.TableProgress other)` which allows for the initialization of the TableProgress with another TableProgress Object."],["`TableProgress` provides three key properties: `EstimatedCopiedBytes` to track the amount of data copied, `EstimatedSizeBytes` to project the total data size, and `State` to monitor the process status, allowing for comprehensive progress monitoring."],["The document also has links to the different versions of the Google.Cloud.Bigtable.Admin.V2 package, from version 2.4.0 all the way to the latest version, 3.24.0, including version 2.9.0."]]],[]]