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-04-17 UTC."],[[["The `OperationProgress` class in the `Google.Cloud.Spanner.Admin.Database.V1` namespace provides a way to encapsulate progress information for long-running Cloud Spanner operations."],["This class, available in various versions from 3.5.0 to 5.0.0-beta05, implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for comprehensive functionality."],["`OperationProgress` includes properties such as `EndTime`, `ProgressPercent`, and `StartTime` to track the status and timing of an operation, with versions available for dotnet projects."],["There are two constructors provided, a default constructor and one that takes another `OperationProgress` object to copy, providing flexibility for instantiation."]]],[]]