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-21 UTC."],[[["The provided content outlines the different versions of `Google.Cloud.Bigtable.Admin.V2.OperationProgress`, ranging from version 2.4.0 to the latest version, 3.24.0."],["`OperationProgress` is a class that encapsulates progress-related information for long-running operations within Google Cloud Bigtable."],["It implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for handling messages, equality comparisons, deep cloning, and buffered messages, respectively."],["The class includes properties like `EndTime`, `ProgressPercent`, and `StartTime` to track the operation's status, completion percentage, and start/end times."],["The class contains two constructors, `OperationProgress()` and `OperationProgress(OperationProgress other)`, to create instances."]]],[]]