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-03-21 UTC."],[[["The documentation pertains to the `CreateClusterMetadata.Types.TableProgress` class within the Google Cloud Bigtable Administration v2 API, with version 3.24.0 being the latest."],["The `TableProgress` class is used to track the progress of copying a table's data to a new cluster and it inherits from the base `object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one `TableProgress()` and one that takes another `TableProgress` object as an argument, `TableProgress(TableProgress other)`."],["Key properties of the class include `EstimatedCopiedBytes`, representing the number of bytes copied so far, `EstimatedSizeBytes`, estimating the total size of the table to copy, and `State`, which indicates the current state of the copying progress."],["The document provides a comprehensive list of available versions, ranging from 2.4.0 to the latest 3.24.0, and each one links to the reference documentation for that version."]]],[]]