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-25 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, part of the `Google.Cloud.Bigtable.Admin.V2` namespace, encapsulates progress information for long-running Cloud Bigtable operations."],["The page lists documentation for different versions of the API, ranging from 3.24.0 down to 2.4.0, allowing developers to view how the API evolved over time."],["The `OperationProgress` class includes properties such as `EndTime`, `ProgressPercent`, and `StartTime` to provide detailed information on the status and timing of operations."],["`OperationProgress` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for comprehensive functionality and compatibility within the .NET environment."]]],[]]