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 documentation page covers the `CreateClusterMetadata.Types.TableProgress` class within the Google Cloud Bigtable Administration v2 API, detailing its role in monitoring table data transfer progress during cluster creation."],["The latest version available for `CreateClusterMetadata.Types.TableProgress` is 3.24.0, and there are multiple prior versions listed, ranging back to 2.4.0, accessible via separate links for each."],["`CreateClusterMetadata.Types.TableProgress` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, comparison, cloning, and buffering."],["Key properties of `TableProgress` include `EstimatedCopiedBytes`, which tracks the progress of copied bytes, `EstimatedSizeBytes`, which estimates the total size to be copied, and `State`, which holds the current status of the table copying process."],["The `TableProgress` class can be instantiated using two constructors, one default no arguments constructor, and another that takes an existing `CreateClusterMetadata.Types.TableProgress` object."]]],[]]