public sealed class OperationProgress : IMessage<OperationProgress>, IEquatable<OperationProgress>, IDeepCloneable<OperationProgress>, IBufferMessage, IMessage
Encapsulates progress related information for a Cloud Spanner 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 documentation for the `OperationProgress` class within the `Google.Cloud.Spanner.Admin.Database.V1` namespace, specifically detailing its structure and functionality across multiple versions."],["The latest release is version `5.0.0-beta05`, which is a beta version, and it also includes numerous previous stable versions of the `OperationProgress` class dating back to version `3.5.0`."],["`OperationProgress` is designed to encapsulate progress-related information for long-running Cloud Spanner operations."],["Key properties of the `OperationProgress` class include `EndTime`, `ProgressPercent`, and `StartTime`, which indicate the completion time, percentage completion, and start time of an operation, respectively."],["The documentation lists inherited members and implements various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for `OperationProgress`, providing a comprehensive view of its integration within the .NET environment."]]],[]]