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, presenting a comprehensive list of its versions, ranging from 3.24.0 down to 2.4.0."],["The `OperationProgress` class is designed to encapsulate progress-related data for long-running Cloud Bigtable operations, and it inherits from `Object` while implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`OperationProgress` includes properties such as `EndTime`, `ProgressPercent`, and `StartTime`, which provide information about the operation's completion status, progress percentage, and initiation time."],["The provided content contains information on the available constructors, namely a parameterless constructor `OperationProgress()` and a copy constructor `OperationProgress(OperationProgress other)`."]]],[]]