public sealed class OperationProgress : IMessage<OperationProgress>, IEquatable<OperationProgress>, IDeepCloneable<OperationProgress>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner Instance Administration v1 API class OperationProgress.
Encapsulates progress related information for a Cloud Spanner long
running instance operations.
[[["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 latest version of the Google Cloud Spanner Instance Administration v1 API is 5.0.0-beta05, with multiple previous versions available, including 4.5.0, which is the version that is currently being described in this documentation."],["The `OperationProgress` class, part of the `Google.Cloud.Spanner.Admin.Instance.V1` namespace, is used to encapsulate progress information for long-running instance operations within Google Cloud Spanner."],["The `OperationProgress` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["Key properties of the `OperationProgress` class include `EndTime`, `ProgressPercent`, and `StartTime`, which provide details on the operation's completion time, progress percentage, and start time respectively, and all are available in the version 4.5.0."],["There are multiple versions of this class available, spanning versions 3.5.0 through 5.0.0-beta05."]]],[]]