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."],[[["This document provides reference documentation for the `CreateClusterMetadata.Types.TableProgress` class within the Google Cloud Bigtable Administration v2 API, detailing its purpose in tracking progress when copying a table's data to a new cluster."],["The `TableProgress` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and serialization within the API."],["The `TableProgress` class includes properties like `EstimatedCopiedBytes` and `EstimatedSizeBytes`, which provide information about the estimated number of bytes copied and the total estimated size of the table being copied, respectively."],["The class also has a `State` property that represents the current state of the table copying process, utilizing the nested `CreateClusterMetadata.Types.TableProgress.Types.State` enum."],["The page lists various versions of this API class, from version 2.4.0 to 3.24.0, with 3.24.0 being the latest version."]]],[]]