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 for .NET development."],["The `OperationProgress` class encapsulates information about the progress of long-running operations in Cloud Bigtable, including start and end times, as well as the percentage of completion."],["The document lists multiple versions of the API, ranging from 2.4.0 to 3.24.0 (latest), with hyperlinks to each version's documentation for the `OperationProgress` class."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["Key properties of the `OperationProgress` class include `EndTime`, `ProgressPercent`, and `StartTime`, which provide details on the operation's completion time, current progress, and initiation time, respectively."]]],[]]