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 page provides documentation for the `OperationProgress` class within the Google Cloud Bigtable Administration v2 API for .NET, with the latest version being 3.24.0."],["The `OperationProgress` class encapsulates information about the progress of long-running operations in Cloud Bigtable."],["The documentation lists various versions of the API, ranging from the latest 3.24.0 down to 2.4.0, all related to the `OperationProgress` class."],["The `OperationProgress` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also offers constructors for creating new instances of `OperationProgress` or using an existing instance."],["Key properties of `OperationProgress` include `EndTime`, `ProgressPercent`, and `StartTime`, which track the operation's completion time, progress percentage, and start time respectively."]]],[]]