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 webpage details the `OperationProgress` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, showing the available versions of this class."],["The latest version of the `OperationProgress` class is 3.24.0, with links provided to access documentation for this and older versions."],["The `OperationProgress` class encapsulates progress information for Cloud Bigtable long-running operations and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has constructors for creating new instances and three properties: `EndTime`, which indicates the completion time; `ProgressPercent`, which shows the percentage of completion; and `StartTime`, which is the time the request was received."],["The `OperationProgress` class inherits functionality from the `Object` class and the provided content offers a comprehensive look at the inheritance, implemented interfaces and inherited members."]]],[]]