public sealed class OperationProgress : IMessage<OperationProgress>, IEquatable<OperationProgress>, IDeepCloneable<OperationProgress>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class OperationProgress.
Encapsulates progress related information for a Cloud Bigtable long
running operation.
[[["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 `OperationProgress` class within the Google Cloud Bigtable Administration v2 API, specifically version 3.4.0 and its subsequent versions."],["The `OperationProgress` class, which is a part of the `Google.Cloud.Bigtable.Admin.V2` namespace, is designed to encapsulate progress-related information for long-running Cloud Bigtable operations."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering various functionalities like deep cloning and message handling."],["Key properties of `OperationProgress` include `EndTime` (a `Timestamp` indicating completion time), `ProgressPercent` (an integer representing the completion percentage), and `StartTime` (a `Timestamp` indicating request reception time)."],["There are multiple versions of this documentation available, ranging from 3.24.0 (latest) down to 2.4.0, indicating the evolution and history of the `OperationProgress` class and its associated API."]]],[]]