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, with the most recent version being 3.24.0."],["The `OperationProgress` class encapsulates information about the progress of long-running Cloud Bigtable operations."],["The `OperationProgress` class is part of the `Google.Cloud.Bigtable.Admin.V2` namespace, found in the `Google.Cloud.Bigtable.Admin.V2.dll` assembly, and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating new `OperationProgress` instances and properties like `EndTime`, `ProgressPercent`, and `StartTime` to track the operation's status."],["This class has documented versions dating back to 2.4.0 and includes various versions in between, up to the latest 3.24.0."]]],[]]