public sealed class CreateClusterMetadata.Types.TableProgress : IMessage<CreateClusterMetadata.Types.TableProgress>, IEquatable<CreateClusterMetadata.Types.TableProgress>, IDeepCloneable<CreateClusterMetadata.Types.TableProgress>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class CreateClusterMetadata.Types.TableProgress.
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-04-17 UTC."],[[["This webpage provides documentation for the `CreateClusterMetadata.Types.TableProgress` class within the Google Cloud Bigtable Administration v2 API."],["The `TableProgress` class offers information about the progress of copying a table's data to a new cluster, including the estimated bytes copied so far and the estimated total size in bytes of the table being copied."],["The class is available across multiple versions of the API, ranging from version 2.4.0 to the latest version 3.24.0, and each version is represented as a link to the documentation for that specific version."],["`TableProgress` implements various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has constructors for both creating an empty instance or cloning an existing one."],["The class's state property describes the current state of the copy process and can be set to one of the values in the `State` type."]]],[]]