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 documentation for the `OperationProgress` class within the Google Cloud Bigtable Administration v2 API for .NET."],["The `OperationProgress` class, which is found in the `Google.Cloud.Bigtable.Admin.V2` namespace, is used to track the progress of long-running operations within Cloud Bigtable."],["The page includes a comprehensive list of versions for `OperationProgress`, ranging from version 3.24.0 (latest) down to 2.4.0, each linking to their respective documentation pages."],["The `OperationProgress` class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["`OperationProgress` has three key properties: `EndTime`, `ProgressPercent`, and `StartTime`, which respectively denote the completion time, percentage progress, and start time of an operation."]]],[]]