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 encapsulates information about the progress of long-running Cloud Bigtable operations."],["The latest version available for `OperationProgress` is 3.24.0, and there are multiple listed versions ranging from 3.0.0 up to the most recent version, as well as versions 2.4.0 to 2.9.0."],["`OperationProgress` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits members from the `Object` class."],["Key properties of `OperationProgress` include `EndTime`, which denotes the completion or failure time, `ProgressPercent` for operation completion percentage, and `StartTime` to indicate when the request was received."]]],[]]