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."],[[["The `OperationProgress` class is part of the Google Cloud Bigtable Administration v2 API, and provides details on the progress of long-running operations."],["This class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, providing functionalities for message handling, equality comparisons, deep cloning, and buffer message operations."],["`OperationProgress` contains properties such as `EndTime`, `ProgressPercent`, and `StartTime`, which detail the completion time, percentage of progress, and the start time of an operation respectively."],["The documentation provides a version history of the API, ranging from version 2.4.0 up to the latest version, 3.24.0, with links to each version's documentation, all of which are under the namespace `Google.Cloud.Bigtable.Admin.V2`."]]],[]]