public sealed class OperationProgress : IMessage<OperationProgress>, IEquatable<OperationProgress>, IDeepCloneable<OperationProgress>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class OperationProgress.
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."],[[["This webpage provides reference documentation for the `OperationProgress` class within the Google Cloud Bigtable Administration v2 API, specifically focusing on version 3.18.0, but also providing links to versions as old as 2.4.0 and as new as 3.24.0."],["The `OperationProgress` class, which encapsulates progress information for long-running operations in Cloud Bigtable, implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation outlines the `OperationProgress` class's constructors, including a parameterless one and one that takes another `OperationProgress` object as input."],["The `OperationProgress` class includes properties such as `EndTime`, `ProgressPercent`, and `StartTime`, which are used to track the status and duration of an operation."],["The namespace for the class `OperationProgress` is `Google.Cloud.Bigtable.Admin.V2`."]]],[]]