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."],[[["The page provides reference documentation for the `OperationProgress` class within the Google Cloud Bigtable Administration v2 API, specifically for .NET development."],["The latest version of the API documented is 3.24.0, but it also includes documentation for other versions from 3.23.0 all the way back to 2.4.0."],["`OperationProgress` class encapsulates information about the progress of long-running Cloud Bigtable operations, including start time, end time, and the percentage of completion."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`, it is found in the namespace `Google.Cloud.Bigtable.Admin.V2` and is contained in the `Google.Cloud.Bigtable.Admin.V2.dll` assembly."],["The class contains 3 properties: `EndTime`, `ProgressPercent` and `StartTime`, that respectively correspond to the completion time of the operation, the percent completion of the operation, and the time at which the request was received."]]],[]]