public sealed class OperationProgress : IMessage<OperationProgress>, IEquatable<OperationProgress>, IDeepCloneable<OperationProgress>, IBufferMessage, IMessage
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-25 UTC."],[[["This document outlines the `OperationProgress` class, which is part of the `Google.Cloud.Bigtable.Admin.V2` namespace and is found within the `Google.Cloud.Bigtable.Admin.V2.dll` assembly."],["The `OperationProgress` class is designed to encapsulate progress-related data for long-running Cloud Bigtable operations."],["It includes properties such as `EndTime`, `ProgressPercent`, and `StartTime` that provide details about the operation's completion time, percentage of completion, and the time when the request was initiated, respectively."],["The document lists multiple versions of the `OperationProgress` class, ranging from version 2.4.0 to the latest 3.24.0, each with its respective documentation link."]]],[]]