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 page details the `OperationProgress` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, used to track the progress of long-running Cloud Bigtable operations."],["The `OperationProgress` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["Key properties of the `OperationProgress` class include `EndTime` to indicate completion time, `ProgressPercent` to show the percentage of completion, and `StartTime` to mark when the operation began."],["The page lists various available versions of the `OperationProgress` class, ranging from the latest 3.24.0 down to 2.4.0, demonstrating a history of updates and versions."],["The class has two constructors: a default `OperationProgress()` and one that takes another `OperationProgress` instance as an argument for cloning."]]],[]]