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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eOperationProgress\u003c/code\u003e class within the Google Cloud Spanner Instance Administration v1 API, specifically within the .NET environment.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eOperationProgress\u003c/code\u003e class encapsulates progress-related data for long-running Cloud Spanner instance operations, indicating operation status and is accessible through various versions, with the latest beta version being 5.0.0-beta05 and version 4.2.0 being the currently shown version.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eOperationProgress\u003c/code\u003e class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, meaning it has all of the functions those interfaces offer.\u003c/p\u003e\n"],["\u003cp\u003eThe class exposes three primary properties: \u003ccode\u003eEndTime\u003c/code\u003e, \u003ccode\u003eProgressPercent\u003c/code\u003e, and \u003ccode\u003eStartTime\u003c/code\u003e, which provide insights into the operation's completion time, progress percentage, and start time respectively.\u003c/p\u003e\n"],["\u003cp\u003eThere is a constructor available to create an instance of the class, either as a new instance with the \u003ccode\u003eOperationProgress()\u003c/code\u003e constructor, or one using another instance as a template with the \u003ccode\u003eOperationProgress(OperationProgress other)\u003c/code\u003e constructor.\u003c/p\u003e\n"]]],[],null,[]]