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 used to track the status of long-running Cloud Bigtable operations."],["The `OperationProgress` class is part of the `Google.Cloud.Bigtable.Admin.V2` namespace and is implemented in the `Google.Cloud.Bigtable.Admin.V2.dll` assembly."],["It has constructors to create an `OperationProgress` object and can use another `OperationProgress` object as a parameter."],["Key properties of the class include `EndTime`, `ProgressPercent`, and `StartTime`, which describe the operation's completion time, progress percentage, and start time respectively."],["This page provides a version history for this class, showing versions ranging from 3.24.0 down to 2.4.0, with 3.24.0 being the most recent."]]],[]]