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."],["The latest version available is 3.24.0, with a range of other versions listed down to 2.4.0, and all these versions provide an `OperationProgress` link to their respective page."],["The `OperationProgress` class encapsulates information about the progress of long-running Cloud Bigtable operations, and it implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["Key properties of the `OperationProgress` class include `EndTime`, `ProgressPercent`, and `StartTime`, which provide details on operation status and progress."],["There are two constructors: a parameterless one, and one which takes another OperationProgress as parameter."]]],[]]